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

Unified Diff: LayoutTests/inspector/console/console-error-on-call-frame-expected.txt

Issue 644403003: DevTools: Fix __commandLineAPI is not defined error and remove the with- hack for eval on call fram… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | LayoutTests/inspector/sources/debugger/debugger-eval-on-call-frame-inside-iframe.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/console/console-error-on-call-frame-expected.txt
diff --git a/LayoutTests/inspector/console/console-error-on-call-frame-expected.txt b/LayoutTests/inspector/console/console-error-on-call-frame-expected.txt
index 43aa598aefeb63612c8dfb35a4ca7788a3599f23..0efdd560e7a38ebbc2c15a0da51a2926de070912 100644
--- a/LayoutTests/inspector/console/console-error-on-call-frame-expected.txt
+++ b/LayoutTests/inspector/console/console-error-on-call-frame-expected.txt
@@ -1,10 +1,10 @@
-CONSOLE ERROR: line 2: 42
+CONSOLE ERROR: line 1: 42
aandrey 2014/10/23 11:00:35 Finally after removing the "with (__commandLineAPI
Tests that console.error does not throw exception when executed in console on call frame.
Set timer for test function.
Script execution paused.
Script execution resumed.
console.error(42)
-(program):2:9 42(program):2:9 (anonymous function)(program):450:28 evaluate InjectedScript._evaluateOn InjectedScript._evaluateAndWrap InjectedScript.evaluateOnCallFrameconsole-error-on-call-frame.html:10 testFunction
+(program):1:9 42(program):1:9 (anonymous function)(program):450:28 evaluate InjectedScript._evaluateOn InjectedScript._evaluateAndWrap InjectedScript.evaluateOnCallFrameconsole-error-on-call-frame.html:10 testFunction
undefined
« no previous file with comments | « no previous file | LayoutTests/inspector/sources/debugger/debugger-eval-on-call-frame-inside-iframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698