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

Side by Side Diff: LayoutTests/fast/events/window-onerror-05-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 window.onerror: "Uncaught SyntaxError: Unexpected token )" at window-onerror-05. html (Line: 15, Column: 9) 1 window.onerror: "Uncaught SyntaxError: Unexpected token )" at window-onerror-05. html (Line: 15, Column: 9)
2 SyntaxError: Unexpected token )
3
4 SyntaxError: Unexpected token )
5
2 Returning 'true': the error should not be reported in the console as an unhandle d exception. 6 Returning 'true': the error should not be reported in the console as an unhandle d exception.
3 PASS successfullyParsed is true 7 PASS successfullyParsed is true
4 8
5 TEST COMPLETE 9 TEST COMPLETE
6 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698