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

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

Issue 316403002: DevTools: cleanup debugger tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE ERROR: line 2: 42 1 CONSOLE ERROR: line 2: 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 Debugger was enabled.
5 Set timer for test function. 4 Set timer for test function.
6 Script execution paused. 5 Script execution paused.
7 Script execution resumed. 6 Script execution resumed.
8 setTimeout(testFunction, 0) 7 setTimeout(testFunction, 0)
9 1 8 1
10 console.error(42) 9 console.error(42)
11 42testFunction console-error-on-call-frame.html:10 10 42testFunction console-error-on-call-frame.html:10
12 undefined 11 undefined
13 Debugger was disabled.
14 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698