Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/https-acid3
/
.
/
css
/
css-images
/
image-set
/
image-set-content-rendering-ref.html
blob: 29316bc1a6b17ecb479bb461a62c6f1011da877a [
file
] [
log
] [
blame
] [
edit
]
<!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>