Sign in
cobalt
/
cobalt
/
19589f994026f63df553a83799ef841b566baff9
/
.
/
src
/
cobalt
/
layout_tests
/
testdata
/
css3-background
/
14-2-1-background-with-position-color-repeat.html
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>