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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/borders/border-image-outset-split-inline-vertical-lr.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 span { 4 span {
5 border-width: 21px 30px 30px 21px; 5 border-width: 21px 30px 30px 21px;
6 -webkit-border-image: url("resources/border-image.png") 21 30 30 21 / 1 / 21px 30px 30px 21px repeat; 6 -webkit-border-image: url("resources/border-image.png") 21 30 30 21 / 1 / 21px 30px 30px 21px repeat;
7 border-style: solid;
7 } 8 }
8 </style> 9 </style>
9 </head> 10 </head>
10 <body style="-webkit-writing-mode:vertical-rl; -webkit-text-orientation: sideway s-right;"> 11 <body style="-webkit-writing-mode:vertical-rl; -webkit-text-orientation: sideway s-right;">
11 <div style="padding:25px; line-height:6; font-size:25px"><span>&nbsp;<br>&nb sp;</span></div> 12 <div style="padding:25px; line-height:6; font-size:25px"><span>&nbsp;<br>&nb sp;</span></div>
12 </body> 13 </body>
13 </html> 14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698