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

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

Issue 2746583003: Send deprecation messages for prefixed gradients now that it's possible. (Closed)
Patch Set: recommit Created 3 years, 8 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/borders/border-image-scaled-gradient.html
diff --git a/third_party/WebKit/LayoutTests/fast/borders/border-image-scaled-gradient.html b/third_party/WebKit/LayoutTests/fast/borders/border-image-scaled-gradient.html
index 930b04acc497ff4110f936d92fe058701bd68823..06b1b47d0ad3b39b978111a44fabbc8f3f64e501 100644
--- a/third_party/WebKit/LayoutTests/fast/borders/border-image-scaled-gradient.html
+++ b/third_party/WebKit/LayoutTests/fast/borders/border-image-scaled-gradient.html
@@ -7,7 +7,7 @@
width: 300px;
height: 300px;
border: 2px solid red;
- border-image: -webkit-linear-gradient(30deg, black, white) 1 fill repeat;
+ border-image: linear-gradient(30deg, black, white) 1 fill repeat;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698