Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/sub-pixel/scaled-background-image.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698