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

Unified Diff: third_party/WebKit/LayoutTests/fast/borders/border-image-reset-by-border-shorthand.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-reset-by-border-shorthand.html
diff --git a/third_party/WebKit/LayoutTests/fast/borders/border-image-reset-by-border-shorthand.html b/third_party/WebKit/LayoutTests/fast/borders/border-image-reset-by-border-shorthand.html
index 4625b3df822cc8fd1ca773a95649fe419f97fd87..3680c388a2664b5a31e9c5c541f479049bca4060 100644
--- a/third_party/WebKit/LayoutTests/fast/borders/border-image-reset-by-border-shorthand.html
+++ b/third_party/WebKit/LayoutTests/fast/borders/border-image-reset-by-border-shorthand.html
@@ -6,7 +6,7 @@
div {
width: 300px;
height: 300px;
- border-image: -webkit-linear-gradient(30deg, black, white) 1 fill repeat;
+ border-image: linear-gradient(30deg, black, white) 1 fill repeat;
border: 2px solid green;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698