Sign in
cobalt
/
cobalt.git
/
56d7c4e1a836a7ef6e2823bffb8d1567758b82eb
/
.
/
cobalt
/
layout_tests
/
testdata
/
css3-background
/
14-2-1-background-with-repeat-position.html
blob: 06d32b2162d5e707e3f55ead613698377956b05d [
file
]
<!DOCTYPE html>
<!--
| Test case for the background shorthand property with ordered repeat, and
| position.
-->
<html>
<head>
<style>
.
div
{
background
:
repeat-x center
;
}
</style>
</head>
<body>
<div></div>
</body>
</html>