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: third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/window-onerror-10-expected.txt

Issue 2098883002: Make PointerEvent an experimental web platform feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, fixed js path. Created 4 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
OLDNEW
(Empty)
1 This test should trigger 'window.onerror' multiple times, and successfully handl e the errors.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 window.onerror: "Uncaught Error: Inline exception." at onerror-test.js (Line: 6, Column: 5)
7 Stack Trace:
8 Error: Inline exception.
9 at throwException onerror-test.js:6:11
10 at window-onerror-10.html:22:9
11
12 Returning 'true': the error should not be reported in the console as an unhandle d exception.
13
14
15
16 window.onerror: "Uncaught Error: exception in onload" at onerror-test.js (Line: 6, Column: 5)
17 Stack Trace:
18 Error: exception in onload
19 at throwException onerror-test.js:6:11
20 at onload window-onerror-10.html:11:205
21
22 Returning 'true': the error should not be reported in the console as an unhandle d exception.
23
24
25
26 window.onerror: "Uncaught Error: exception in setTimeout" at onerror-test.js (Li ne: 6, Column: 5)
27 Stack Trace:
28 Error: exception in setTimeout
29 at throwException onerror-test.js:6:11
30 at eval window-onerror-10.html:11:155
31
32 PASS successfullyParsed is true
33
34 TEST COMPLETE
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698