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