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

Unified Diff: LayoutTests/inspector/console/worker-eval-contains-stack-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/console/worker-eval-contains-stack-expected.txt
diff --git a/LayoutTests/inspector/console/worker-eval-contains-stack-expected.txt b/LayoutTests/inspector/console/worker-eval-contains-stack-expected.txt
index a07d14d70d640e6d835f6a76e050d7f12dade91a..b14094b39626fd1233e961a209badcf6b1a29884 100644
--- a/LayoutTests/inspector/console/worker-eval-contains-stack-expected.txt
+++ b/LayoutTests/inspector/console/worker-eval-contains-stack-expected.txt
@@ -9,5 +9,5 @@ Tests exception message from eval on worker context in console contains stack tr
foo();
}
boo();
-VM:4 Uncaught Object {a: 239}VM:4 fooVM:8 booVM:10 (anonymous function) InjectedScript._evaluateOn InjectedScript._evaluateAndWrap InjectedScript.evaluate
+VM:4 Uncaught Object {a: 239}foo @ VM:4boo @ VM:8(anonymous function) @ VM:10InjectedScript._evaluateOn @ VM:888InjectedScript._evaluateAndWrap @ VM:821InjectedScript.evaluate @ VM:687

Powered by Google App Engine
This is Rietveld 408576698