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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-enabled/console/console-uncaught-promise-no-inspector-expected.txt

Issue 1999463002: Cleanup ConsoleMessage interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@console-message-callstack-in-constructor
Patch Set: PassRefPtr + win Created 4 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/console/console-log-eval-syntax-error-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE ERROR: line 9: Uncaught (in promise) Error: err1 1 CONSOLE ERROR: line 9: Uncaught (in promise) Error: err1
2 CONSOLE ERROR: line 28: Uncaught (in promise) Error: err2 2 CONSOLE ERROR: line 28: Uncaught (in promise) Error: err2
3 CONSOLE ERROR: line 47: Uncaught (in promise) NotFoundError: Failed to execute ' removeChild' on 'Node': The node to be removed is not a child of this node. 3 CONSOLE ERROR: line 47: Uncaught (in promise) NotFoundError: Failed to execute ' removeChild' on 'Node': The node to be removed is not a child of this node.
4 Tests that uncaught promise rejection messages have line numbers when the inspec tor is closed and stack traces are not collected. 4 Tests that uncaught promise rejection messages have line numbers when the inspec tor is closed and stack traces are not collected.
5 5
6 console-uncaught-promise-no-inspector.html:9 Uncaught (in promise) Error: er r1(…) 6 console-uncaught-promise-no-inspector.html:9 Uncaught (in promise) Error: err1(… )
7 console-uncaught-promise-no-inspector.html:28 Uncaught (in promise) Error: e rr2(…) 7 console-uncaught-promise-no-inspector.html:28 Uncaught (in promise) Error: err2( …)
8 console-uncaught-promise-no-inspector.html:47 Uncaught (in promise) DOMExcep tion: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.(…) 8 console-uncaught-promise-no-inspector.html:47 Uncaught (in promise) DOMException : Failed to execute 'removeChild' on 'Node': The node to be removed is not a chi ld of this node.(…)
9 9
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/console/console-log-eval-syntax-error-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698