blob: 590b9d58f5d823f9a45b0be4c8e1ae8d2a931362 [file] [log] [blame]
<!DOCTYPE html>
<!--
| Test case for the background shorthand property with only color.
-->
<html>
<head>
<style>
.div {
background: #0047ab;
}
</style>
</head>
<body>
<div></div>
</body>
</html>