Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-values
/
urls
/
url-image-ref.html
blob: a56c789f1474de969ee9c2276ec22c2594f921a8 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
.
test
{
width
:
200px
;
height
:
200px
;
background-color
:
green
;
}
</style>
</head>
<body>
<p>
Test passes if there is a green square.
</p>
<div
class
=
"test"
></div>
</body>
</html>