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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/hidpi/image-set-border-image-comparison-expected.html

Issue 1457323004: Don't render border images when border-style is none (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, removed unnecessary border colors, etc. Created 5 years 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 <script src="resources/srcset-helper.js"></script> 3 <script src="resources/srcset-helper.js"></script>
4 <style> 4 <style>
5 div { 5 div {
6 box-sizing: border-box; 6 box-sizing: border-box;
7 width: 40px; 7 width: 40px;
8 height: 13px; 8 height: 13px;
9 border-style: solid;
9 } 10 }
10 11
11 .test1 { 12 .test1 {
12 border-image-source: url('resources/Breakpoint-2x.png'); 13 border-image-source: url('resources/Breakpoint-2x.png');
13 border-image-slice: 6 14 6 6 fill; 14 border-image-slice: 6 14 6 6 fill;
14 border-width: 3px 7px 3px 3px; 15 border-width: 3px 7px 3px 3px;
15 } 16 }
16 17
17 .test2 { 18 .test2 {
18 border-image-source: url('resources/Breakpoint-2x.png'); 19 border-image-source: url('resources/Breakpoint-2x.png');
(...skipping 20 matching lines...) Expand all
39 </head> 40 </head>
40 41
41 <body> 42 <body>
42 The first two tests should match the last two.<br><br> 43 The first two tests should match the last two.<br><br>
43 <div class="test1"></div><br> 44 <div class="test1"></div><br>
44 <div class="test2"></div><br> 45 <div class="test2"></div><br>
45 <div class="test3"></div><br> 46 <div class="test3"></div><br>
46 <div class="test4"></div><br> 47 <div class="test4"></div><br>
47 </body> 48 </body>
48 </html> 49 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698