Sign in
◑
Theme
cobalt
/
cobalt.git
/
b6855995c22e1d087309b04ad43845d3c6e263ee
/
.
/
src
/
cobalt
/
layout_tests
/
testdata
/
css3-background
/
14-2-1-background-with-position-repeat.html
blob: 78ba4ec7600904e334becd0218156fa5e8fb5152 [
file
]
<!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>