Sign in
cobalt
/
cobalt
/
db34c7d3df26d177bdae8398b50d968b7ec3fce3
/
.
/
src
/
cobalt
/
layout_tests
/
testdata
/
css3-background
/
14-2-1-background-with-position-repeat.html
blob: 78ba4ec7600904e334becd0218156fa5e8fb5152 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<!--
| Test case for the background shorthand property with ordered position, and
| repeat.
-->
<html>
<head>
<style>
.
div
{
background
:
center repeat-x
;
}
</style>
</head>
<body>
<div></div>
</body>
</html>