Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / as-object / nested-embedded-svg-size-changes-expected.txt
blobf5a444363391e8d0e8b183ed3ac0d444cad9a5d0
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
22 TEST COMPLETE