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

Unified Diff: third_party/WebKit/LayoutTests/fast/borders/border-image-repeat-round.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, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/borders/border-image-repeat-round.html
diff --git a/third_party/WebKit/LayoutTests/fast/borders/border-image-repeat-round.html b/third_party/WebKit/LayoutTests/fast/borders/border-image-repeat-round.html
index 45e038d37ee9b8d7e3683e847c79bb6cb495d904..a067e6f2ef9973c1fe9245e45ceef025b0468189 100644
--- a/third_party/WebKit/LayoutTests/fast/borders/border-image-repeat-round.html
+++ b/third_party/WebKit/LayoutTests/fast/borders/border-image-repeat-round.html
@@ -6,6 +6,7 @@
height: 60px;
margin: 10px;
display: inline-block;
+ border-style: solid;
}
.text-image {

Powered by Google App Engine
This is Rietveld 408576698