blob: aeca1c1326c508c4a6a366c1927114781ea07f0d [file] [log] [blame]
<!doctype html>
<title>Test non-top-left background-position anchors together with repeating backgrounds</title>
<style>
body { margin: 0 }
div {
width: 100px;
height: 300px;
background-color: lime;
}
</style>
<div></div>