Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / sub-pixel / scaled-background-image.html
blob5e3fc65e56b96ec634f36a5e67b0145526cebc87
1 <html>
2 <head>
3 <style type="text/css">
4 .norepeat {
5 background: url(../images/resources/exif-orientation-7-rl.jpg);
6 zoom: 1.25;
7 background-size: 99px 50px;
8 border: 4px solid black;
9 margin: 4px;
10 width: 99px;
11 height: 50px;
13 </style>
14 <body>
15 <div class="norepeat"></div>
16 <p>This tests that we don't tile background images that are sufficiently close to the renderer size. The background image
17 above should not repeat. See <a href="https://bugs.webkit.org/show_bug.cgi?id=94622">bug 94622</a>.</p>
18 </body>
19 </html>