OLD | NEW |
1 | 1 |
2 This test checks that intrinsic size changes of an embedded SVG cause immediate
updates of the object that embeds it. | 2 This test checks that intrinsic size changes of an embedded SVG cause immediate
updates of the object that embeds it. |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
7 Check initial <object> size, before external resource loaded | 7 Check initial <object> size, before external resource loaded |
8 PASS document.defaultView.getComputedStyle(object1).width is "400px" | 8 PASS document.defaultView.getComputedStyle(object1).width is "400px" |
9 PASS document.defaultView.getComputedStyle(object1).height is "200px" | 9 PASS document.defaultView.getComputedStyle(object1).height is "200px" |
| 10 PASS successfullyParsed is true |
| 11 |
| 12 TEST COMPLETE |
10 | 13 |
11 Check initial <object> size, after external resource loaded - should not change. | 14 Check initial <object> size, after external resource loaded - should not change. |
12 PASS document.defaultView.getComputedStyle(object1).width is "400px" | 15 PASS document.defaultView.getComputedStyle(object1).width is "400px" |
13 PASS document.defaultView.getComputedStyle(object1).height is "200px" | 16 PASS document.defaultView.getComputedStyle(object1).height is "200px" |
14 | 17 |
15 Check final <object> size, after resizing finished | 18 Check final <object> size, after resizing finished |
16 PASS document.defaultView.getComputedStyle(object1).width is "400px" | 19 PASS document.defaultView.getComputedStyle(object1).width is "400px" |
17 PASS document.defaultView.getComputedStyle(object1).height is "200px" | 20 PASS document.defaultView.getComputedStyle(object1).height is "200px" |
18 | 21 |
19 Test passed if you see two green rectangles | 22 Test passed if you see two green rectangles |
20 PASS successfullyParsed is true | 23 PASS successfullyParsed is true |
21 | 24 |
22 TEST COMPLETE | 25 TEST COMPLETE |
23 | 26 |
OLD | NEW |