Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Window / dispatchEvent-expected.txt
blob890dd7d40b65dddc42a2317df50a46568065b568
1 Test window.dispatchEvent().
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS window.dispatchEvent(event) threw exception InvalidStateError: Failed to execute 'dispatchEvent' on 'EventTarget': The event provided is null..
7 PASS window.dispatchEvent(event) threw exception InvalidStateError: Failed to execute 'dispatchEvent' on 'EventTarget': The event provided is uninitialized..
8 PASS myEventDispatched is true
9 PASS target is window
10 PASS currentTarget is window
11 PASS useCaptureDispatched is true
12 PASS nonUseCaptureDispatched is true
13 PASS successfullyParsed is true
15 TEST COMPLETE