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

Unified Diff: third_party/WebKit/LayoutTests/fast/gradients/border-image-gradient.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. 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/gradients/border-image-gradient.html
diff --git a/third_party/WebKit/LayoutTests/fast/gradients/border-image-gradient.html b/third_party/WebKit/LayoutTests/fast/gradients/border-image-gradient.html
index f6123f416916980c681c893d2bae52c0eaba2c82..458ccc3a2e7eb3ae9bf2a92d852e3f3827143b6e 100644
--- a/third_party/WebKit/LayoutTests/fast/gradients/border-image-gradient.html
+++ b/third_party/WebKit/LayoutTests/fast/gradients/border-image-gradient.html
@@ -7,10 +7,11 @@
height: 75px;
margin: 10px;
-webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#00abeb), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #66cc00)) 21 30 30 21 repeat repeat;
+ border-style: solid;
}
</style>
</head>
<body>
<div></div>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698