OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style type="text/css"> | 3 <style type="text/css"> |
4 .norepeat { | 4 .norepeat { |
5 background: url(../../images/resources/exif-orientation-7-rl.jpg); | 5 background: url(../../images/resources/exif-orientation-7-rl.jpg); |
6 » border: 5px solid black; | 6 » border: 5.6px solid black; |
7 » margin: 6px; | 7 » margin: 5.6px; |
8 » background-size: 138px 70px; | 8 » background-size: 138.6px 70px; |
9 » width: 138px; | 9 » width: 138.6px; |
10 height: 70px; | 10 height: 70px; |
11 } | 11 } |
12 </style> | 12 </style> |
13 <body> | 13 <body> |
14 <div class="norepeat"></div> | 14 <div class="norepeat"></div> |
15 <p>This tests that we don't tile background images that are sufficiently close t
o the renderer size. The background image | 15 <p>This tests that we don't tile background images that are sufficiently close t
o the renderer size. The background image |
16 above should not repeat. See <a href="https://bugs.webkit.org/show_bug.cgi?id=94
622">bug 94622</a>.</p> | 16 above should not repeat. See <a href="https://bugs.webkit.org/show_bug.cgi?id=94
622">bug 94622</a>.</p> |
17 </body> | 17 </body> |
18 </html> | 18 </html> |
OLD | NEW |