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