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