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