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

Unified Diff: LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-pause-expected.txt

Issue 911993002: DevTools: [Console] render console stacktraces consistently (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline one more test Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-pause-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-pause-expected.txt b/LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-pause-expected.txt
index bc1c1f67d53cdd8587f8bee257682bd99001908a..a39cc7a2f2f340a55303f701b74c81b4b91b44fc 100644
--- a/LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-pause-expected.txt
+++ b/LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-pause-expected.txt
@@ -11,8 +11,9 @@ debugger-uncaught-promise-on-pause.html:10 Console was cleared
get stack: function () { [native code] }
set stack: function () { [native code] }
__proto__: d
- debugger-uncaught-promise-on-pause.html:16 runPromises
- debugger-uncaught-promise-on-pause.html:41 timeout
+
+ runPromises @ debugger-uncaught-promise-on-pause.html:16
+ timeout @ debugger-uncaught-promise-on-pause.html:41
debugger-uncaught-promise-on-pause.html:34 Uncaught (in promise) Error: inspector.err2 {stack: (...), message: "inspector.err2"}
message: "inspector.err2"
@@ -20,6 +21,7 @@ debugger-uncaught-promise-on-pause.html:10 Console was cleared
get stack: function () { [native code] }
set stack: function () { [native code] }
__proto__: d
- debugger-uncaught-promise-on-pause.html:34 runPromises
- debugger-uncaught-promise-on-pause.html:41 timeout
+
+ runPromises @ debugger-uncaught-promise-on-pause.html:34
+ timeout @ debugger-uncaught-promise-on-pause.html:41

Powered by Google App Engine
This is Rietveld 408576698