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