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

Unified Diff: LayoutTests/svg/animations/animate-color-rgba-calcMode-discrete-expected.txt

Issue 700843006: Don't require getPropertyCSSValue in svg tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | LayoutTests/svg/animations/animate-css-xml-attributeType-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/animations/animate-color-rgba-calcMode-discrete-expected.txt
diff --git a/LayoutTests/svg/animations/animate-color-rgba-calcMode-discrete-expected.txt b/LayoutTests/svg/animations/animate-color-rgba-calcMode-discrete-expected.txt
index 956004705e3dc6508279fe1c2c98a7e08f2a4791..d5bc5a9b1969ac3ccc8e4eb11f0ee8680521cb6e 100644
--- a/LayoutTests/svg/animations/animate-color-rgba-calcMode-discrete-expected.txt
+++ b/LayoutTests/svg/animations/animate-color-rgba-calcMode-discrete-expected.txt
@@ -5,30 +5,30 @@ Test calcMode discrete with from-to animation on colors with alpha channel. You
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS rgbColor.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
-PASS rgbColor.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255
-PASS rgbColor.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255
-PASS parseAlphaFromColor() is 0.4
-PASS rgbColor.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255
-PASS rgbColor.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
-PASS rgbColor.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
-PASS parseAlphaFromColor() is 0.6
-PASS rgbColor.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255
-PASS rgbColor.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
-PASS rgbColor.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
-PASS parseAlphaFromColor() is 0.6
-PASS rgbColor.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
-PASS rgbColor.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255
-PASS rgbColor.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255
-PASS parseAlphaFromColor() is 0.8
-PASS rgbColor.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
-PASS rgbColor.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255
-PASS rgbColor.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255
-PASS parseAlphaFromColor() is 0.8
-PASS rgbColor.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
-PASS rgbColor.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255
-PASS rgbColor.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255
-PASS parseAlphaFromColor() is 0.4
+PASS colors[0] is 0
+PASS colors[1] is 255
+PASS colors[2] is 255
+PASS colors[3] is 0.4
+PASS colors[0] is 255
+PASS colors[1] is 0
+PASS colors[2] is 0
+PASS colors[3] is 0.6
+PASS colors[0] is 255
+PASS colors[1] is 0
+PASS colors[2] is 0
+PASS colors[3] is 0.6
+PASS colors[0] is 0
+PASS colors[1] is 255
+PASS colors[2] is 255
+PASS colors[3] is 0.8
+PASS colors[0] is 0
+PASS colors[1] is 255
+PASS colors[2] is 255
+PASS colors[3] is 0.8
+PASS colors[0] is 0
+PASS colors[1] is 255
+PASS colors[2] is 255
+PASS colors[3] is 0.4
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « no previous file | LayoutTests/svg/animations/animate-css-xml-attributeType-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698