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

Unified Diff: third_party/WebKit/LayoutTests/fast/borders/border-image-omit-right-slice.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: Edits to more tests. 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-omit-right-slice.html
diff --git a/third_party/WebKit/LayoutTests/fast/borders/border-image-omit-right-slice.html b/third_party/WebKit/LayoutTests/fast/borders/border-image-omit-right-slice.html
index 71b34299722f2b5180566b81d3504b29b79c6f3b..33411df77ec1bc90d109d21f77c2d801359049cb 100644
--- a/third_party/WebKit/LayoutTests/fast/borders/border-image-omit-right-slice.html
+++ b/third_party/WebKit/LayoutTests/fast/borders/border-image-omit-right-slice.html
@@ -10,6 +10,8 @@
div {
width: 200px;
height: 200px;
+ border-style: solid;
Timothy Loh 2015/11/24 00:10:00 put this under body > div, since the div nested in
Savago 2015/11/24 00:42:52 Coolio.
+ border-color: white;
}
body > div {

Powered by Google App Engine
This is Rietveld 408576698