Source code

Revision control

Copy as Markdown

Other Tools

<!--
Any copyright is dedicated to the Public Domain.
-->
<html>
<style>
.reftest {
width: 100px;
height: 100px;
}
.image {
background-image: url(as-image/green100x100.png);
}
.color {
background-color: rgb(0, 255, 0);
}
body {
background-color: rgb(0, 0, 255);
}
</style>
<div class="reftest image"></div>
<div class="reftest color"></div>
</html>