OLD | NEW |
1 SVG 1.1 dynamic update tests | 1 SVG 1.1 dynamic update tests |
2 | 2 |
3 Check that SVGUseElement is initially displayed | 3 Check that SVGUseElement is initially displayed |
4 PASS useElement.getBBox().width is 200 | 4 PASS useElement.getBBox().width is 200 |
5 PASS useElement.getBBox().height is 200 | 5 PASS useElement.getBBox().height is 200 |
6 Check that setting requiredFeatures to something invalid makes it not render | 6 Check that setting requiredFeatures to something invalid makes it not render |
7 PASS useElement.getBBox().width is 0 | 7 PASS useElement.getBBox().width is 0 |
8 PASS useElement.getBBox().height is 0 | 8 PASS useElement.getBBox().height is 0 |
9 Check that setting requiredFeatures to something valid makes it render again | 9 Check that setting requiredFeatures to something valid makes it render again |
10 PASS useElement.getBBox().width is 200 | 10 PASS useElement.getBBox().width is 200 |
(...skipping 10 matching lines...) Expand all Loading... |
21 (repaint rects | 21 (repaint rects |
22 (rect 8 8 200 200) | 22 (rect 8 8 200 200) |
23 (rect 8 8 200 200) | 23 (rect 8 8 200 200) |
24 (rect 8 8 200 200) | 24 (rect 8 8 200 200) |
25 (rect 8 8 200 200) | 25 (rect 8 8 200 200) |
26 (rect 8 8 200 200) | 26 (rect 8 8 200 200) |
27 (rect 8 8 200 200) | 27 (rect 8 8 200 200) |
28 (rect 8 8 200 200) | 28 (rect 8 8 200 200) |
29 (rect 8 8 200 200) | 29 (rect 8 8 200 200) |
30 (rect 8 8 200 200) | 30 (rect 8 8 200 200) |
31 (rect 8 8 200 200) | |
32 ) | 31 ) |
33 | 32 |
OLD | NEW |