| OLD | NEW |
| (Empty) |
| 1 SVG 1.1 dynamic update tests | |
| 2 | |
| 3 Check that setting requiredFeatures to something valid makes it render again | |
| 4 | |
| 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 6 | |
| 7 | |
| 8 PASS lineElement.getBBox().width is 180 | |
| 9 PASS lineElement.getBBox().height is 180 | |
| 10 PASS lineElement.getBBox().width is 0 | |
| 11 PASS lineElement.getBBox().height is 0 | |
| 12 PASS lineElement.getBBox().width is 180 | |
| 13 PASS lineElement.getBBox().height is 180 | |
| 14 Check that adding something valid to requiredFeatures keeps rendering the elemen
t | |
| 15 PASS lineElement.getBBox().width is 180 | |
| 16 PASS lineElement.getBBox().height is 180 | |
| 17 Check that adding something invalid to requiredFeatures makes it not render | |
| 18 PASS lineElement.getBBox().width is 0 | |
| 19 PASS lineElement.getBBox().height is 0 | |
| 20 PASS successfullyParsed is true | |
| 21 | |
| 22 TEST COMPLETE | |
| 23 | |
| OLD | NEW |