Sign in
cobalt
/
cobalt
/
19589f994026f63df553a83799ef841b566baff9
/
.
/
src
/
cobalt
/
layout_tests
/
testdata
/
css3-background
/
14-2-1-background-with-repeat-position-color.html
blob: c034fe2d5beee3c76bd33fc6713ae5d757c4fa77 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<!--
| Test case for the background shorthand property with ordered repeat, position
| and color.
-->
<html>
<head>
<style>
.
div
{
background
:
repeat-x center
#0047ab
;
}
</style>
</head>
<body>
<div></div>
</body>
</html>