Sign in
cobalt
/
cobalt
/
3696b1c8e23027ffa1a4d92f125e56d96becc584
/
.
/
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>