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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/rethrow-error-from-bindings-crash-expected.txt

Issue 2656633004: DevTools: migrate v8 console client to the new API. (Closed)
Patch Set: rebaselined Created 3 years, 11 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
1 CONSOLE MESSAGE: line 11: console.clear
2 CONSOLE ERROR: line 25: Uncaught TypeError: Failed to execute 'compareBoundaryPo ints' on 'Range': parameter 2 is not of type 'Range'. 1 CONSOLE ERROR: line 25: Uncaught TypeError: Failed to execute 'compareBoundaryPo ints' on 'Range': parameter 2 is not of type 'Range'.
3 CONSOLE ERROR: line 20: Uncaught TypeError: Failed to execute 'appendChild' on ' Node': parameter 1 is not of type 'Node'. 2 CONSOLE ERROR: line 20: Uncaught TypeError: Failed to execute 'appendChild' on ' Node': parameter 1 is not of type 'Node'.
4 CONSOLE ERROR: line 25: Uncaught TypeError: Failed to execute 'compareBoundaryPo ints' on 'Range': parameter 2 is not of type 'Range'. 3 CONSOLE ERROR: line 25: Uncaught TypeError: Failed to execute 'compareBoundaryPo ints' on 'Range': parameter 2 is not of type 'Range'.
5 CONSOLE ERROR: line 20: Uncaught TypeError: Failed to execute 'appendChild' on ' Node': parameter 1 is not of type 'Node'. 4 CONSOLE ERROR: line 20: Uncaught TypeError: Failed to execute 'appendChild' on ' Node': parameter 1 is not of type 'Node'.
6 CONSOLE ERROR: line 25: Uncaught TypeError: Failed to execute 'compareBoundaryPo ints' on 'Range': parameter 2 is not of type 'Range'. 5 CONSOLE ERROR: line 25: Uncaught TypeError: Failed to execute 'compareBoundaryPo ints' on 'Range': parameter 2 is not of type 'Range'.
7 CONSOLE ERROR: line 20: Uncaught TypeError: Failed to execute 'appendChild' on ' Node': parameter 1 is not of type 'Node'. 6 CONSOLE ERROR: line 20: Uncaught TypeError: Failed to execute 'appendChild' on ' Node': parameter 1 is not of type 'Node'.
8 CONSOLE ERROR: line 25: Uncaught TypeError: Failed to execute 'compareBoundaryPo ints' on 'Range': parameter 2 is not of type 'Range'. 7 CONSOLE ERROR: line 25: Uncaught TypeError: Failed to execute 'compareBoundaryPo ints' on 'Range': parameter 2 is not of type 'Range'.
9 CONSOLE ERROR: line 20: Uncaught TypeError: Failed to execute 'appendChild' on ' Node': parameter 1 is not of type 'Node'. 8 CONSOLE ERROR: line 20: Uncaught TypeError: Failed to execute 'appendChild' on ' Node': parameter 1 is not of type 'Node'.
10 Tests that pausing on uncaught exceptions thrown from C++ bindings will not cras h. 9 Tests that pausing on uncaught exceptions thrown from C++ bindings will not cras h.
11 10
(...skipping 19 matching lines...) Expand all
31 rethrow-error-from-bindings-crash.html:20 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'. 30 rethrow-error-from-bindings-crash.html:20 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
32 at f1 (rethrow-error-from-bindings-crash.html:20) 31 at f1 (rethrow-error-from-bindings-crash.html:20)
33 f1 @ rethrow-error-from-bindings-crash.html:20 32 f1 @ rethrow-error-from-bindings-crash.html:20
34 rethrow-error-from-bindings-crash.html:25 Uncaught TypeError: Failed to execute 'compareBoundaryPoints' on 'Range': parameter 2 is not of type 'Range'. 33 rethrow-error-from-bindings-crash.html:25 Uncaught TypeError: Failed to execute 'compareBoundaryPoints' on 'Range': parameter 2 is not of type 'Range'.
35 at f2 (rethrow-error-from-bindings-crash.html:25) 34 at f2 (rethrow-error-from-bindings-crash.html:25)
36 f2 @ rethrow-error-from-bindings-crash.html:25 35 f2 @ rethrow-error-from-bindings-crash.html:25
37 rethrow-error-from-bindings-crash.html:20 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'. 36 rethrow-error-from-bindings-crash.html:20 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
38 at f1 (rethrow-error-from-bindings-crash.html:20) 37 at f1 (rethrow-error-from-bindings-crash.html:20)
39 f1 @ rethrow-error-from-bindings-crash.html:20 38 f1 @ rethrow-error-from-bindings-crash.html:20
40 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698