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