OLD | NEW |
1 SVG 1.1 dynamic update tests | 1 SVG 1.1 dynamic update tests |
2 | 2 |
3 Check that SVGSVGElement is initially displayed | 3 Check that SVGSVGElement is initially displayed |
4 PASS svgElement.getBoundingClientRect().width is 300 | 4 PASS svgElement.getBoundingClientRect().width is 300 |
5 Check that setting requiredFeatures to something invalid makes it not render | 5 Check that setting requiredFeatures to something invalid makes it not render |
6 PASS svgElement.getBoundingClientRect().width is 0 | 6 PASS svgElement.getBoundingClientRect().width is 0 |
7 Check that setting requiredFeatures to something valid makes it render again | 7 Check that setting requiredFeatures to something valid makes it render again |
8 PASS svgElement.getBoundingClientRect().width is 300 | 8 PASS svgElement.getBoundingClientRect().width is 300 |
9 Check that adding something valid to requiredFeatures keeps rendering the elemen
t | 9 Check that adding something valid to requiredFeatures keeps rendering the elemen
t |
10 PASS svgElement.getBoundingClientRect().width is 300 | 10 PASS svgElement.getBoundingClientRect().width is 300 |
11 Check that adding something invalid to requiredFeatures makes it not render | 11 Check that adding something invalid to requiredFeatures makes it not render |
12 PASS svgElement.getBoundingClientRect().width is 0 | 12 PASS svgElement.getBoundingClientRect().width is 0 |
13 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
14 | 14 |
15 TEST COMPLETE | 15 TEST COMPLETE |
| 16 (repaint rects |
| 17 (rect 8 8 784 584) |
| 18 (rect 8 8 784 584) |
| 19 (rect 8 8 784 584) |
| 20 (rect 8 8 784 584) |
| 21 (rect 8 8 784 584) |
| 22 (rect 8 8 784 300) |
| 23 (rect 8 8 784 584) |
| 24 (rect 8 8 784 584) |
| 25 (rect 8 8 784 584) |
| 26 ) |
16 | 27 |
OLD | NEW |