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

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

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 months 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 | Annotate | Revision Log
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 Error: InvalidStateError: DOM E xception 11. 6 PASS window.dispatchEvent(event) threw exception InvalidStateError: An attempt w as made to use an object that is not, or is no longer, usable..
7 PASS window.dispatchEvent(event) threw exception Error: InvalidStateError: DOM E xception 11. 7 PASS window.dispatchEvent(event) threw exception InvalidStateError: An attempt w as made to use an object that is not, or is no longer, usable..
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