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