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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/as-border-image/svg-as-border-image.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 .svg > div, .image > div { 11 .svg > div, .image > div {
9 border-width: 30px 30px 30px 30px; 12 border-width: 30px 30px 30px 30px;
10 height: 100px; 13 height: 100px;
11 width: 100px; 14 width: 100px;
12 margin: 10px; 15 margin: 10px;
13 outline: 1px solid black; 16 outline: 1px solid black;
(...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