Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLScriptElement / script-for-attribute-unexpected-execution-expected.txt
blob5081faa1b49b45c4f635161c21ea31ade0900051
1 Tests that scripts which have a for-event other than window.onload are not executed.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS for=window
7 PASS for=anything
8 PASS event=onload
9 PASS event=anything
10 PASS for=window event=onload
11 PASS for=window event=onload()
12 PASS for=WINDOW event=ONLOAD()
13 PASS successfullyParsed is true
15 TEST COMPLETE