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

Side by Side Diff: LayoutTests/fast/events/window-onerror-10-expected.txt

Issue 20351002: Add 'error' parameter to 'window.onerror' handlers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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 This test should trigger 'window.onerror' multiple times, and successfully handl e the errors. 1 This test should trigger 'window.onerror' multiple times, and successfully handl e the errors.
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 window.onerror: "Uncaught Error: Inline exception." at onerror-test.js (Line: 6, Column: 40) 6 window.onerror: "Uncaught Error: Inline exception." at onerror-test.js (Line: 6, Column: 40)
7 Error: Inline exception.
8 at throwException (file:///Volumes/Repositories/blink/src/third_party/WebKit /LayoutTests/fast/events/resources/onerror-test.js:6:41)
9 at file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutTests/fas t/events/window-onerror-10.html:23:9
10
11 Error: Inline exception.
12 at throwException onerror-test.js:6:41
13 at window-onerror-10.html:23:9
14
7 Returning 'true': the error should not be reported in the console as an unhandle d exception. 15 Returning 'true': the error should not be reported in the console as an unhandle d exception.
8 window.onerror: "Uncaught Error: exception in onload" at onerror-test.js (Line: 6, Column: 40) 16 window.onerror: "Uncaught Error: exception in onload" at onerror-test.js (Line: 6, Column: 40)
17 Error: exception in onload
18 at throwException (file:///Volumes/Repositories/blink/src/third_party/WebKit /LayoutTests/fast/events/resources/onerror-test.js:6:41)
19 at onload (file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutT ests/fast/events/window-onerror-10.html:11:140)
20
21 Error: exception in onload
22 at throwException onerror-test.js:6:41
23 at onload window-onerror-10.html:11:140
24
9 Returning 'true': the error should not be reported in the console as an unhandle d exception. 25 Returning 'true': the error should not be reported in the console as an unhandle d exception.
10 window.onerror: "Uncaught Error: exception in setTimeout" at onerror-test.js (Li ne: 6, Column: 40) 26 window.onerror: "Uncaught Error: exception in setTimeout" at onerror-test.js (Li ne: 6, Column: 40)
27 Error: exception in setTimeout
28 at throwException (file:///Volumes/Repositories/blink/src/third_party/WebKit /LayoutTests/fast/events/resources/onerror-test.js:6:41)
29 at file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutTests/fas t/events/window-onerror-10.html:22:34
30
31 Error: exception in setTimeout
32 at throwException onerror-test.js:6:41
33 at window-onerror-10.html:22:34
34
11 PASS successfullyParsed is true 35 PASS successfullyParsed is true
12 36
13 TEST COMPLETE 37 TEST COMPLETE
14 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698