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