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/svg/as-border-image/svg-as-border-image-2.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 <style> 3 <style>
4 div {
5 border-style: solid;
6 }
4 .svg, .image { 7 .svg, .image {
5 display: inline-block; 8 display: inline-block;
6 border: 1px solid black; 9 border: 1px solid black;
7 } 10 }
8 11
9 .svg > div, .image > div { 12 .svg > div, .image > div {
10 border-width: 30px 30px 30px 30px; 13 border-width: 30px 30px 30px 30px;
11 height: 100px; 14 height: 100px;
12 width: 100px; 15 width: 100px;
13 margin: 10px; 16 margin: 10px;
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 <h2>PNG border-image</h2> 67 <h2>PNG border-image</h2>
65 <div class="rr"></div> 68 <div class="rr"></div>
66 <div class="rs"></div> 69 <div class="rs"></div>
67 <br> 70 <br>
68 <div class="sr"></div> 71 <div class="sr"></div>
69 <div class="ss"></div> 72 <div class="ss"></div>
70 </div> 73 </div>
71 74
72 </body> 75 </body>
73 </html> 76 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698