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