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

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

Issue 2640143005: Support subpixel layout for borders. (Closed)
Patch Set: Rebaselined tests. Created 3 years, 10 months 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 » 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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698