Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
CSS2
/
generated-content
/
content-048-ref.html
blob: e871e3be62a2d99116d51f820156270b0505df4d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<title>
CSS Reference
</title>
<style>
body
{
background
:
#ffff00
;
}
div
{
color
:
green
;
}
</style>
<body>
<div>
#ffff00
</div>
<p>
Test passes if there is the text "#ffff00" above.
</p>
</body>