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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/borders/border-image-trumps-radius.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 <div style="width: 100px; height: 100px; background-color: red;"></div> 1 <div style="width: 100px; height: 100px; background-color: red;"></div>
2 <div style=" 2 <div style="
3 margin-top: -100px; 3 margin-top: -100px;
4 background-color: red; 4 background-color: red;
5 border-radius: 50px; 5 border-radius: 50px;
6 width: 80px; 6 width: 80px;
7 height: 80px; 7 height: 80px;
8 border-width: 10px; 8 border-width: 10px;
9 border-color: rgba(0, 0, 255, 0.5); 9 border-color: rgba(0, 0, 255, 0.5);
10 -webkit-border-image: -webkit-linear-gradient(green, green) 10 10 10 10; 10 -webkit-border-image: -webkit-linear-gradient(green, green) 10 10 10 10;
11 border-style: solid;
11 "></div> 12 "></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698