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

Unified Diff: third_party/WebKit/LayoutTests/css3/calc/reflection-computed-style-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/css3/calc/reflection-computed-style-expected.txt
diff --git a/third_party/WebKit/LayoutTests/css3/calc/reflection-computed-style-expected.txt b/third_party/WebKit/LayoutTests/css3/calc/reflection-computed-style-expected.txt
index 4ef840cdd14c11a19647e793f3fc2cb0fdb3c104..b2c532575b7eae6dc317504908453c83af8b1c9e 100644
--- a/third_party/WebKit/LayoutTests/css3/calc/reflection-computed-style-expected.txt
+++ b/third_party/WebKit/LayoutTests/css3/calc/reflection-computed-style-expected.txt
@@ -4,7 +4,7 @@ Test calling getPropertyValue on computed styles for -webkit-border-image proper
-webkit-box-reflect
getPropertyValue: right 50% none
--webkit-box-reflect: below calc(5px) -webkit-gradient(linear, 0 0, 0 0) 25 25 25 25 stretch stretch;
+-webkit-box-reflect: below calc(5px) linear-gradient(white, black) 25 25 25 25 stretch stretch;
-webkit-box-reflect
- getPropertyValue: below 5px -webkit-gradient(linear, 0 0, 0 0) 25 fill / auto / 0px stretch
+ getPropertyValue: below 5px linear-gradient(white, black) 25 fill / auto / 0px stretch

Powered by Google App Engine
This is Rietveld 408576698