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

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

Issue 558333003: DevTools: Add a test on a crash fix in ScriptDebugServer::wrapCallFrames. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tweaked the test Created 6 years, 3 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
« no previous file with comments | « LayoutTests/inspector/sources/debugger/rethrow-error-from-bindings-crash.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 CONSOLE ERROR: line 25: Uncaught TypeError: Failed to execute 'compareBoundaryPo ints' on 'Range': parameter 2 is not of type 'Range'.
2 CONSOLE ERROR: line 20: Uncaught TypeError: Failed to execute 'appendChild' on ' Node': parameter 1 is not of type 'Node'.
3 CONSOLE ERROR: line 25: Uncaught TypeError: Failed to execute 'compareBoundaryPo ints' on 'Range': parameter 2 is not of type 'Range'.
4 CONSOLE ERROR: line 20: Uncaught TypeError: Failed to execute 'appendChild' on ' Node': parameter 1 is not of type 'Node'.
5 CONSOLE ERROR: line 25: Uncaught TypeError: Failed to execute 'compareBoundaryPo ints' on 'Range': parameter 2 is not of type 'Range'.
6 CONSOLE ERROR: line 20: Uncaught TypeError: Failed to execute 'appendChild' on ' Node': parameter 1 is not of type 'Node'.
7 CONSOLE ERROR: line 25: Uncaught TypeError: Failed to execute 'compareBoundaryPo ints' on 'Range': parameter 2 is not of type 'Range'.
8 CONSOLE ERROR: line 20: Uncaught TypeError: Failed to execute 'appendChild' on ' Node': parameter 1 is not of type 'Node'.
9 Tests that pausing on uncaught exceptions thrown from C++ bindings will not cras h.
10
11 Set timer for test function.
12 rethrow-error-from-bindings-crash.html:11 Console was cleared
13 rethrow-error-from-bindings-crash.html:25 Uncaught TypeError: Failed to execute 'compareBoundaryPoints' on 'Range': parameter 2 is not of type 'Range'.
14 rethrow-error-from-bindings-crash.html:20 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
15 rethrow-error-from-bindings-crash.html:25 Uncaught TypeError: Failed to execute 'compareBoundaryPoints' on 'Range': parameter 2 is not of type 'Range'.
16 rethrow-error-from-bindings-crash.html:20 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
17 rethrow-error-from-bindings-crash.html:25 Uncaught TypeError: Failed to execute 'compareBoundaryPoints' on 'Range': parameter 2 is not of type 'Range'.
18 rethrow-error-from-bindings-crash.html:20 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
19 rethrow-error-from-bindings-crash.html:25 Uncaught TypeError: Failed to execute 'compareBoundaryPoints' on 'Range': parameter 2 is not of type 'Range'.
20 rethrow-error-from-bindings-crash.html:20 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
21
OLDNEW
« no previous file with comments | « LayoutTests/inspector/sources/debugger/rethrow-error-from-bindings-crash.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698