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

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: Feedback. Created 7 years, 4 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 Stack Trace:
8 Error: Inline exception.
9 at throwException onerror-test.js:6:41
10 at window-onerror-10.html:22:9
11
7 Returning 'true': the error should not be reported in the console as an unhandle d exception. 12 Returning 'true': the error should not be reported in the console as an unhandle d exception.
13
14
15
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 Stack Trace:
18 Error: exception in onload
19 at throwException onerror-test.js:6:41
20 at onload window-onerror-10.html:11:290
21
9 Returning 'true': the error should not be reported in the console as an unhandle d exception. 22 Returning 'true': the error should not be reported in the console as an unhandle d exception.
23
24
25
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 Stack Trace:
28 Error: exception in setTimeout
29 at throwException onerror-test.js:6:41
30 at window-onerror-10.html:11:240
31
11 PASS successfullyParsed is true 32 PASS successfullyParsed is true
12 33
13 TEST COMPLETE 34 TEST COMPLETE
14 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698