Index: LayoutTests/svg/animations/animate-css-xml-attributeType-expected.txt |
diff --git a/LayoutTests/svg/animations/animate-css-xml-attributeType-expected.txt b/LayoutTests/svg/animations/animate-css-xml-attributeType-expected.txt |
index a5fc88b99e21acab26f6fa3801869b5ee891899a..baa6799cbf93f16f95f2e3beb14f52c2db3e3512 100644 |
--- a/LayoutTests/svg/animations/animate-css-xml-attributeType-expected.txt |
+++ b/LayoutTests/svg/animations/animate-css-xml-attributeType-expected.txt |
@@ -5,15 +5,15 @@ Tests that XML and CSS attributeTypes can be switched between. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS rect.x.animVal.value is 100 |
-PASS rect.x.baseVal.value is 100 |
-PASS rect.x.animVal.value is 300 |
-PASS rect.x.animVal.value is 100 |
-PASS parseFloat(getComputedStyle(rect).opacity) is 0.8 |
-PASS rect.x.animVal.value is 100 |
-FAIL parseFloat(getComputedStyle(rect).opacity) should be close to 1. Was 0.800000011920929. |
-PASS rect.x.animVal.value is 200 |
-PASS rect.x.baseVal.value is 100 |
+PASS polygon.animatedPoints.getItem(0).x is 100 |
+PASS polygon.points.getItem(0).x is 100 |
+PASS polygon.animatedPoints.getItem(0).x is 300 |
+PASS polygon.animatedPoints.getItem(0).x is 100 |
+PASS parseFloat(getComputedStyle(polygon).opacity) is 0.8 |
+PASS polygon.animatedPoints.getItem(0).x is 100 |
+FAIL parseFloat(getComputedStyle(polygon).opacity) should be close to 1. Was 0.800000011920929. |
+PASS polygon.animatedPoints.getItem(0).x is 200 |
+PASS polygon.points.getItem(0).x is 100 |
PASS successfullyParsed is true |
TEST COMPLETE |