Index: LayoutTests/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.txt |
diff --git a/LayoutTests/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.txt b/LayoutTests/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.txt |
deleted file mode 100644 |
index 5fcfe93c7c322d549c1ae2e0a767edf0579d0a48..0000000000000000000000000000000000000000 |
--- a/LayoutTests/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.txt |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-SVG 1.1 dynamic update tests |
- |
-Check that setting requiredFeatures to something valid makes it render again |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS lineElement.getBBox().width is 180 |
-PASS lineElement.getBBox().height is 180 |
-PASS lineElement.getBBox().width is 0 |
-PASS lineElement.getBBox().height is 0 |
-PASS lineElement.getBBox().width is 180 |
-PASS lineElement.getBBox().height is 180 |
-Check that adding something valid to requiredFeatures keeps rendering the element |
-PASS lineElement.getBBox().width is 180 |
-PASS lineElement.getBBox().height is 180 |
-Check that adding something invalid to requiredFeatures makes it not render |
-PASS lineElement.getBBox().width is 0 |
-PASS lineElement.getBBox().height is 0 |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |