Chromium Code Reviews

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: added a test Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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..08503a49179685e0738522adec1e296828b9e135 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
+Event Listener (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
+Event Listener (async)
+(anonymous) @ uncaught-in-iframe.html:2

Powered by Google App Engine