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