blob: c034fe2d5beee3c76bd33fc6713ae5d757c4fa77 [file] [log] [blame]
<!DOCTYPE html>
<!--
| Test case for the background shorthand property with ordered repeat, position
| and color.
-->
<html>
<head>
<style>
.div {
background: repeat-x center #0047ab;
}
</style>
</head>
<body>
<div></div>
</body>
</html>