OLD | NEW |
1 SVG 1.1 dynamic update tests | 1 Test that opacity changes from less than 1 to 1 don't cause layout if the layer
remains a stacking context |
2 | 2 |
3 Tests dynamic updates of the 'y' property of the SVGRectElement object | |
4 | |
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
6 | 4 |
7 | 5 |
8 PASS rectElement.y.baseVal.value is -150 | 6 PASS internals.updateStyleAndReturnAffectedElementCount() is 1 |
9 PASS rectElement.y.baseVal.value is 0 | 7 PASS internals.needsLayoutCount() is 0 |
10 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
11 | 9 |
12 TEST COMPLETE | 10 TEST COMPLETE |
13 | 11 |
OLD | NEW |