Sign in
cobalt
/
cobalt
/
19589f994026f63df553a83799ef841b566baff9
/
.
/
src
/
cobalt
/
layout_tests
/
testdata
/
css3-background
/
14-2-1-background-with-repeat-position.html
blob: 06d32b2162d5e707e3f55ead613698377956b05d [
file
] [
log
] [
blame
]
<!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>