OLD | NEW |
1 SVG 1.1 dynamic update tests | 1 SVG 1.1 dynamic update tests |
2 | 2 |
3 Check that SVGGElement is initially displayed | 3 Check that SVGGElement is initially displayed |
4 PASS gElement.firstElementChild.getBBox().width is 200 | 4 PASS gElement.firstElementChild.getBBox().width is 200 |
5 PASS gElement.firstElementChild.getBBox().height is 200 | 5 PASS gElement.firstElementChild.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 gElement.firstElementChild.getBBox().width is 0 | 7 PASS gElement.firstElementChild.getBBox().width is 0 |
8 PASS gElement.firstElementChild.getBBox().height is 0 | 8 PASS gElement.firstElementChild.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 gElement.firstElementChild.getBBox().width is 200 | 10 PASS gElement.firstElementChild.getBBox().width is 200 |
11 PASS gElement.firstElementChild.getBBox().height is 200 | 11 PASS gElement.firstElementChild.getBBox().height is 200 |
12 Check that adding something valid to requiredFeatures keeps rendering the elemen
t | 12 Check that adding something valid to requiredFeatures keeps rendering the elemen
t |
13 PASS gElement.firstElementChild.getBBox().width is 200 | 13 PASS gElement.firstElementChild.getBBox().width is 200 |
14 PASS gElement.firstElementChild.getBBox().height is 200 | 14 PASS gElement.firstElementChild.getBBox().height is 200 |
15 Check that adding something invalid to requiredFeatures makes it not render | 15 Check that adding something invalid to requiredFeatures makes it not render |
16 PASS gElement.firstElementChild.getBBox().width is 0 | 16 PASS gElement.firstElementChild.getBBox().width is 0 |
17 PASS gElement.firstElementChild.getBBox().height is 0 | 17 PASS gElement.firstElementChild.getBBox().height is 0 |
18 PASS successfullyParsed is true | 18 PASS successfullyParsed is true |
19 | 19 |
20 TEST COMPLETE | 20 TEST COMPLETE |
21 (GraphicsLayer | 21 (repaint rects |
22 (bounds 800.00 600.00) | 22 (rect 8 8 200 200) |
23 (children 1 | 23 (rect 8 8 200 200) |
24 (GraphicsLayer | 24 (rect 8 8 200 200) |
25 (bounds 800.00 600.00) | 25 (rect 8 8 200 200) |
26 (contentsOpaque 1) | 26 (rect 8 8 200 200) |
27 (drawsContent 1) | 27 (rect 8 8 200 200) |
28 (repaint rects | 28 (rect 8 8 200 200) |
29 (rect 8.00 8.00 200.00 200.00) | 29 (rect 8 8 200 200) |
30 (rect 8.00 8.00 200.00 200.00) | 30 (rect 8 8 200 200) |
31 (rect 8.00 8.00 200.00 200.00) | 31 (rect 8 8 200 200) |
32 (rect 8.00 8.00 200.00 200.00) | |
33 (rect 8.00 8.00 200.00 200.00) | |
34 (rect 8.00 8.00 200.00 200.00) | |
35 (rect 8.00 8.00 200.00 200.00) | |
36 (rect 8.00 8.00 200.00 200.00) | |
37 (rect 8.00 8.00 200.00 200.00) | |
38 (rect 8.00 8.00 200.00 200.00) | |
39 ) | |
40 ) | |
41 ) | |
42 ) | 32 ) |
43 | 33 |
OLD | NEW |