blob: 29316bc1a6b17ecb479bb461a62c6f1011da877a [file] [log] [blame]
<!doctype html>
<title>CSS Test Reference</title>
<style>
.test {
display: inline-block;
width: 100px;
height: 100px;
background: red;
}
</style>
<div class="test" style="content: url('/images/green.png')" ></div>