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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-expected.txt

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/css/getComputedStyle/getComputedStyle-border-image-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-expected.txt b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-expected.txt
index 3f178c80b796d93ae52b538947efb691debcd537..09558902808272261e5d0808416bd8df8f36699b 100644
--- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-expected.txt
@@ -4,19 +4,19 @@ Test calling getPropertyValue on computed styles for -webkit-border-image proper
-webkit-border-image
getPropertyValue: none
--webkit-border-image: -webkit-gradient(linear, 0 0, 0 0) 25 25 25 25 stretch stretch;
+-webkit-border-image: linear-gradient(white, black) 25 25 25 25 stretch stretch;
-webkit-border-image
- getPropertyValue: -webkit-gradient(linear, 0 0, 0 0) 25 fill / 1 / 0px stretch
+ getPropertyValue: linear-gradient(white, black) 25 fill / 1 / 0px stretch
--webkit-border-image: -webkit-gradient(linear, 0 0, 0 0) 50 repeat;
+-webkit-border-image: linear-gradient(white, black) 50 repeat;
-webkit-border-image
- getPropertyValue: -webkit-gradient(linear, 0 0, 0 0) 50 fill / 1 / 0px repeat
+ getPropertyValue: linear-gradient(white, black) 50 fill / 1 / 0px repeat
--webkit-border-image: -webkit-gradient(linear, 0 0, 0 0) 25 25 25 25 / 20 20 20 20 repeat;
+-webkit-border-image: linear-gradient(white, black) 25 25 25 25 / 20 20 20 20 repeat;
-webkit-border-image
- getPropertyValue: -webkit-gradient(linear, 0 0, 0 0) 25 fill / 20 / 0px repeat
+ getPropertyValue: linear-gradient(white, black) 25 fill / 20 / 0px repeat
--webkit-border-image: -webkit-gradient(linear, 0 0, 0 0) 50 / 20 stretch stretch;
+-webkit-border-image: linear-gradient(white, black) 50 / 20 stretch stretch;
-webkit-border-image
- getPropertyValue: -webkit-gradient(linear, 0 0, 0 0) 50 fill / 20 / 0px stretch
+ getPropertyValue: linear-gradient(white, black) 50 fill / 20 / 0px stretch

Powered by Google App Engine
This is Rietveld 408576698