Sign in
cobalt
/
cobalt
/
19589f994026f63df553a83799ef841b566baff9
/
.
/
src
/
cobalt
/
layout_tests
/
testdata
/
cobalt
/
divs-with-background-color-and-text.html
blob: 4760b2e598dbb5fb6a488e32be921d797132eb3c [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
body
{
font-family
:
Roboto
;
}
div
{
background-color
:
rgb
(
0
,
0
,
255
);
}
</style>
</head>
<body>
one
<div>
two
</div>
three
<div>
four
</div>
five
</body>
</html>