Sign in
cobalt
/
cobalt
/
19589f994026f63df553a83799ef841b566baff9
/
.
/
src
/
cobalt
/
layout_tests
/
testdata
/
css3-background
/
3-11-2-propagate-computed-value-of-background-from-html-to-root.html
blob: 6ed737fc2bb0dcbe4bb087ea421b82b29fdf3987 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
html
{
background
:
#FFFF00
}
body
{
margin
:
0px
;
background
:
#FF00FF
}
div
{
width
:
1280px
;
height
:
720px
;
}
</style>
</head>
<body>
My background is purple, but the rest is yellow
</body>
</html>