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