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

Side by Side Diff: LayoutTests/inspector/console/console-error-on-call-frame-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 unified diff | Download patch
OLDNEW
1 CONSOLE ERROR: line 1: 42 1 CONSOLE ERROR: line 1: 42
2 Tests that console.error does not throw exception when executed in console on ca ll frame. 2 Tests that console.error does not throw exception when executed in console on ca ll frame.
3 3
4 Set timer for test function. 4 Set timer for test function.
5 Script execution paused. 5 Script execution paused.
6 Script execution resumed. 6 Script execution resumed.
7 console.error(42) 7 console.error(42)
8 VM:1 42VM:1 (anonymous function)(program) evaluate InjectedScript._evaluateOn In jectedScript._evaluateAndWrap InjectedScript.evaluateOnCallFrameconsole-error-on -call-frame.html:10 testFunction 8 VM:1 42(anonymous function) @ VM:1evaluate @ (program)InjectedScript._evaluateOn @ VM:888InjectedScript._evaluateAndWrap @ VM:821InjectedScript.evaluateOnCallFr ame @ VM:947testFunction @ console-error-on-call-frame.html:10
9 undefined 9 undefined
10 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698