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 |
deleted file mode 100644 |
index 99f621d57e1d6b27702ec56858cba35351130c95..0000000000000000000000000000000000000000 |
--- a/LayoutTests/svg/animations/animate-css-xml-attributeType-expected.txt |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-SVG 1.1 dynamic animation tests |
- |
-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 getComputedStyle(rect).getPropertyCSSValue('opacity').getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0.8 |
-PASS rect.x.animVal.value is 100 |
-PASS getComputedStyle(rect).getPropertyCSSValue('opacity').getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 1.0 |
-PASS rect.x.animVal.value is 200 |
-PASS rect.x.baseVal.value is 100 |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |