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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/writing-mode/border-image-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 <!doctype html> 1 <!doctype 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 font-size:86px; 6 font-size:86px;
7 margin: 30px; 7 margin: 30px;
8 -webkit-border-image: url("../borders/resources/border-image.png") 21 30 30 21 repeat repeat; 8 -webkit-border-image: url("../borders/resources/border-image.png") 21 30 30 21 repeat repeat;
9 border-style: solid;
9 } 10 }
10 </style> 11 </style>
11 </head> 12 </head>
12 <body style="padding:50px; line-height:2; -webkit-writing-mode: vertical-lr; -we bkit-text-orientation: sideways-right;"> 13 <body style="padding:50px; line-height:2; -webkit-writing-mode: vertical-lr; -we bkit-text-orientation: sideways-right;">
13 <span><div style="display:inline-block;height:25px"></div><br><div style="displa y:inline-block;height:50px"></div></span> 14 <span><div style="display:inline-block;height:25px"></div><br><div style="displa y:inline-block;height:50px"></div></span>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698