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