Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/fast/borders/border-image-01.html

Issue 1652813004: Blink is non compliant to the css-backgrounds spec where a border with an image (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased with current master Created 4 years, 10 months 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-01.html
diff --git a/third_party/WebKit/LayoutTests/fast/borders/border-image-01.html b/third_party/WebKit/LayoutTests/fast/borders/border-image-01.html
index ffd8c1f96718990d647df315620ba87c14224106..d712dc20e960d2797418a6973a1ec0a5dd8c04a9 100644
--- a/third_party/WebKit/LayoutTests/fast/borders/border-image-01.html
+++ b/third_party/WebKit/LayoutTests/fast/borders/border-image-01.html
@@ -7,6 +7,7 @@
height: 75px;
margin: 10px;
display: inline-block;
+ border-style: solid;
}
div.rr {

Powered by Google App Engine