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