Index: LayoutTests/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.txt |
diff --git a/LayoutTests/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.txt b/LayoutTests/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.txt |
deleted file mode 100644 |
index 80b071c567d34482d429698b0d3e9037fd4a2d58..0000000000000000000000000000000000000000 |
--- a/LayoutTests/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.txt |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-SVG 1.1 dynamic update tests |
- |
-Check that SVGTextElement is initially displayed |
-PASS textElement.getBBox().width > 0 is true |
-Check that setting requiredFeatures to something invalid makes it not render |
-PASS textElement.getBBox().width is 0 |
-Check that setting requiredFeatures to something valid makes it render again |
-PASS textElement.getBBox().width > 0 is true |
-Check that adding something valid to requiredFeatures keeps rendering the element |
-PASS textElement.getBBox().width > 0 is true |
-Check that adding something invalid to requiredFeatures makes it not render |
-PASS textElement.getBBox().width is 0 |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |