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