Index: LayoutTests/svg/animations/animate-color-transparent-expected.txt |
diff --git a/LayoutTests/svg/animations/animate-color-transparent-expected.txt b/LayoutTests/svg/animations/animate-color-transparent-expected.txt |
index 75f8fbfdc9ac16b2f3d3cb171f1f6630d0fdba42..4ab198c7088ec0ed8e28d8408d8a59d9cf39d81f 100644 |
--- a/LayoutTests/svg/animations/animate-color-transparent-expected.txt |
+++ b/LayoutTests/svg/animations/animate-color-transparent-expected.txt |
@@ -5,12 +5,12 @@ Tests that 'transparent' is treated as a valid color. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 |
-PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 |
-PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 |
-PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 127 |
-PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 |
-PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 |
+PASS colorComponents[1] is 0 |
+PASS colorComponents[2] is 255 |
+PASS colorComponents[3] is 0 |
+PASS colorComponents[1] is 127 |
+PASS colorComponents[2] is 0 |
+PASS colorComponents[3] is 0 |
PASS successfullyParsed is true |
TEST COMPLETE |