Sign in
cobalt
/
cobalt
/
19589f994026f63df553a83799ef841b566baff9
/
.
/
src
/
cobalt
/
layout_tests
/
testdata
/
cobalt
/
fixed-width-divs-with-background-color.html
blob: 457f9e7d95b7aa26f2ed43366cc25f8c07899f23 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
div
{
background-color
:
rgb
(
0
,
0
,
255
);
width
:
200px
;
height
:
200px
;
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>