Upstream version 7.35.144.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / html / imports / import-async-expected.txt
1 This test ensures that script-added import doesn't block scripts
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 In script tag - This should be called first.
7 PASS importIsLoaded is false
8 In onload handler - This should be called later.
9 PASS importIsLoaded is true
10 PASS scriptIsExecuted is true
11 PASS successfullyParsed is true
12
13 TEST COMPLETE
14