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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-uncaught-exception-expected.txt

Issue 2873713002: [DevTools] added creation stack for event listeners without scheduled stack
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/console/console-uncaught-exception-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-exception-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-exception-expected.txt
index 1fadbec8ca249615ba6475d1db6345d88d49d5e1..1881d4783741689199e8a6668ae52d61386e9ffe 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-exception-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-exception-expected.txt
@@ -16,6 +16,8 @@ uncaught-in-iframe.html:11 Uncaught Error: Exception in 'load' event listener.
at uncaught-in-iframe.html:13
f @ uncaught-in-iframe.html:11
(anonymous) @ uncaught-in-iframe.html:13
+load (async)
+(anonymous) @ uncaught-in-iframe.html:2
uncaught-in-iframe.html:6 Uncaught Error: Exception in setTimeout callback.
at bar (uncaught-in-iframe.html:6)
at uncaught-in-iframe.html:8
@@ -24,4 +26,6 @@ bar @ uncaught-in-iframe.html:6
setTimeout (async)
f @ uncaught-in-iframe.html:4
(anonymous) @ uncaught-in-iframe.html:13
+load (async)
+(anonymous) @ uncaught-in-iframe.html:2

Powered by Google App Engine
This is Rietveld 408576698