| OLD | NEW |
| (Empty) |
| 1 SVG 1.1 dynamic update tests | |
| 2 | |
| 3 Check that SVGTextElement is initially displayed | |
| 4 PASS textElement.getBBox().width > 0 is true | |
| 5 Check that setting requiredFeatures to something invalid makes it not render | |
| 6 PASS textElement.getBBox().width is 0 | |
| 7 Check that setting requiredFeatures to something valid makes it render again | |
| 8 PASS textElement.getBBox().width > 0 is true | |
| 9 Check that adding something valid to requiredFeatures keeps rendering the elemen
t | |
| 10 PASS textElement.getBBox().width > 0 is true | |
| 11 Check that adding something invalid to requiredFeatures makes it not render | |
| 12 PASS textElement.getBBox().width is 0 | |
| 13 PASS successfullyParsed is true | |
| 14 | |
| 15 TEST COMPLETE | |
| 16 | |
| OLD | NEW |