Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / android / svg / as-object / nested-embedded-svg-size-changes-expected.txt
1
2 This test checks that intrinsic size changes of an embedded SVG cause immediate updates of the object that embeds it.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5
6
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"
10
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"
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17