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

Unified Diff: LayoutTests/inspector/console/console-eval-scoped-expected.txt

Issue 23717011: DevTools: Use scriptId for resolving stack frames in console messages (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed tests Created 7 years, 3 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/console-eval-scoped-expected.txt
diff --git a/LayoutTests/inspector/console/console-eval-scoped-expected.txt b/LayoutTests/inspector/console/console-eval-scoped-expected.txt
index 995f9f39b48314d8c4435944313805f9a7eaa1f9..a898e8681f0bf063f89568203ae9e7c841cf64ab 100644
--- a/LayoutTests/inspector/console/console-eval-scoped-expected.txt
+++ b/LayoutTests/inspector/console/console-eval-scoped-expected.txt
@@ -3,7 +3,7 @@ CONSOLE MESSAGE: line 1: eval in with: Object property value
CONSOLE MESSAGE: line 1: eval in function: Function parameter
Tests that evaluating 'console.log()' in the console will have access to its outer scope variables. Bug 60547.
-with: Object property value
-eval in with: Object property value
-eval in function: Function parameter
+with: Object property value [VM] (scriptId):4
+eval in with: Object property value [VM] (scriptId):1
+eval in function: Function parameter [VM] (scriptId):1
« no previous file with comments | « LayoutTests/http/tests/inspector/console-test.js ('k') | LayoutTests/inspector/console/console-stack-overflow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698