Index: LayoutTests/svg/animations/change-css-property-while-animating-fill-remove-expected.txt |
diff --git a/LayoutTests/svg/animations/change-css-property-while-animating-fill-remove-expected.txt b/LayoutTests/svg/animations/change-css-property-while-animating-fill-remove-expected.txt |
index 65f33cdb44cdf330074ef630c25e24a1cc88b4ef..b8585a43263976d08b5784bafe19651113b67e06 100644 |
--- a/LayoutTests/svg/animations/change-css-property-while-animating-fill-remove-expected.txt |
+++ b/LayoutTests/svg/animations/change-css-property-while-animating-fill-remove-expected.txt |
@@ -6,12 +6,12 @@ This tests scripting a CSS property while animation is running |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS getComputedStyle(rect).getPropertyCSSValue('opacity').getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 |
-PASS getComputedStyle(rect).getPropertyCSSValue('opacity').getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0.25 |
-PASS getComputedStyle(rect).getPropertyCSSValue('opacity').getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0.25 |
-PASS getComputedStyle(rect).getPropertyCSSValue('opacity').getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0.5 |
-PASS getComputedStyle(rect).getPropertyCSSValue('opacity').getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 1 |
-PASS getComputedStyle(rect).getPropertyCSSValue('opacity').getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 1 |
+PASS parseFloat(getComputedStyle(rect).opacity) is 0 |
+PASS parseFloat(getComputedStyle(rect).opacity) is 0.25 |
+PASS parseFloat(getComputedStyle(rect).opacity) is 0.25 |
+PASS parseFloat(getComputedStyle(rect).opacity) is 0.5 |
+PASS parseFloat(getComputedStyle(rect).opacity) is 1 |
+PASS parseFloat(getComputedStyle(rect).opacity) is 1 |
PASS successfullyParsed is true |
TEST COMPLETE |