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 zoom: 1.4; | 6 zoom: 1.4; |
7 background-size: 99px 50px; | 7 background-size: 99px 50px; |
8 border: 4px solid black; | 8 border: 4px solid black; |
9 margin: 4px; | 9 margin: 4px; |
10 width: 99px; | 10 width: 99px; |
11 height: 50px; | 11 height: 50px; |
12 } | 12 } |
13 </style> | 13 </style> |
14 <body> | 14 <body> |
15 <div class="norepeat"></div> | 15 <div class="norepeat"></div> |
16 <p>This tests that we don't tile background images that are sufficiently close t
o the renderer size. The background image | 16 <p>This tests that we don't tile background images that are sufficiently close t
o the renderer size. The background image |
17 above should not repeat. See <a href="https://bugs.webkit.org/show_bug.cgi?id=94
622">bug 94622</a>.</p> | 17 above should not repeat. See <a href="https://bugs.webkit.org/show_bug.cgi?id=94
622">bug 94622</a>.</p> |
18 </body> | 18 </body> |
19 </html> | 19 </html> |
OLD | NEW |