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

Unified Diff: LayoutTests/inspector/console/worker-exception-message-contains-stack-expected.txt

Issue 743153002: [DevTools] Show stack trace for exceptions in dedicated workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@worker-capture-stack
Patch Set: Rebased Created 6 years 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/console/worker-exception-message-contains-stack-expected.txt
diff --git a/LayoutTests/inspector/console/worker-exception-message-contains-stack-expected.txt b/LayoutTests/inspector/console/worker-exception-message-contains-stack-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7a4d6e1559aabb6b0d7ba4ff470ec48f184f2eea
--- /dev/null
+++ b/LayoutTests/inspector/console/worker-exception-message-contains-stack-expected.txt
@@ -0,0 +1,7 @@
+CONSOLE ERROR: line 3: Uncaught Error
+CONSOLE MESSAGE: line 21: Uncaught Error
+Tests exception message from worker contains stack trace.
+
+worker-with-throw.js:3 Uncaught Errorworker-with-throw.js:3 fooworker-with-throw.js:7 booworker-with-throw.js:11 onmessage
+worker-exception-message-contains-stack.html:21 Uncaught Error
+
« no previous file with comments | « LayoutTests/inspector/console/worker-exception-message-contains-stack.html ('k') | Source/bindings/core/v8/V8Initializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698