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 |