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>