Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(350)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/Window/dispatchEvent-expected.txt

Issue 1479063003: Drop [LegacyInterfaceTypeChecking] for EventTarget's dispatchEvent() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Test window.dispatchEvent(). 1 Test window.dispatchEvent().
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS window.dispatchEvent(event) threw exception InvalidStateError: Failed to ex ecute 'dispatchEvent' on 'EventTarget': The event provided is null.. 6 PASS window.dispatchEvent(event) threw exception TypeError: Failed to execute 'd ispatchEvent' on 'EventTarget': parameter 1 is not of type 'Event'..
7 PASS window.dispatchEvent(event) threw exception InvalidStateError: Failed to ex ecute 'dispatchEvent' on 'EventTarget': The event provided is uninitialized.. 7 PASS window.dispatchEvent(event) threw exception InvalidStateError: Failed to ex ecute 'dispatchEvent' on 'EventTarget': The event provided is uninitialized..
8 PASS myEventDispatched is true 8 PASS myEventDispatched is true
9 PASS target is window 9 PASS target is window
10 PASS currentTarget is window 10 PASS currentTarget is window
11 PASS useCaptureDispatched is true 11 PASS useCaptureDispatched is true
12 PASS nonUseCaptureDispatched is true 12 PASS nonUseCaptureDispatched is true
13 PASS successfullyParsed is true 13 PASS successfullyParsed is true
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698