Chromium Code Reviews

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: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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..5b6991d9de5ce22dec656deb2750e50801812efe 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,8 @@
height: 60px;
margin: 10px;
display: inline-block;
+ border-style: solid;
+ border-color: white;
}
.text-image {

Powered by Google App Engine