<html> | |
<head> | |
<style type="text/css"> | |
.norepeat { | |
background: url(../images/resources/exif-orientation-7-rl.jpg); | |
zoom: 1.25; | |
background-size: 99px 50px; | |
border: 4px solid black; | |
margin: 4px; | |
width: 99px; | |
height: 50px; | |
} | |
</style> | |
<body> | |
<div class="norepeat"></div> | |
<p>This tests that we don't tile background images that are sufficiently close to the renderer size. The background image | |
above should not repeat. See <a href="https://bugs.webkit.org/show_bug.cgi?id=94622">bug 94622</a>.</p> | |
</body> | |
</html> |