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

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

Issue 1084323003: Auto-rebaseline for r193809 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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: 41) 6 window.onerror: "Uncaught Error: Inline exception." at onerror-test.js (Line: 6, Column: 41)
7 Stack Trace: 7 Stack Trace:
8 Error: Inline exception. 8 Error: Inline exception.
9 at throwException onerror-test.js:6:41 9 at throwException onerror-test.js:6:41
10 at window-onerror-10.html:22:9 10 at window-onerror-10.html:22:9
(...skipping 15 matching lines...) Expand all
26 window.onerror: "Uncaught Error: exception in setTimeout" at onerror-test.js (Li ne: 6, Column: 41) 26 window.onerror: "Uncaught Error: exception in setTimeout" at onerror-test.js (Li ne: 6, Column: 41)
27 Stack Trace: 27 Stack Trace:
28 Error: exception in setTimeout 28 Error: exception in setTimeout
29 at throwException onerror-test.js:6:41 29 at throwException onerror-test.js:6:41
30 at window-onerror-10.html:11:240 30 at window-onerror-10.html:11:240
31 31
32 PASS successfullyParsed is true 32 PASS successfullyParsed is true
33 33
34 TEST COMPLETE 34 TEST COMPLETE
35 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698