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

Side by Side Diff: LayoutTests/http/tests/inspector/compiler-source-mapping-debug-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 MESSAGE: line 2: button clicked! 1 CONSOLE MESSAGE: line 2: button clicked!
2 Tests installing compiler source map in scripts panel. 2 Tests installing compiler source map in scripts panel.
3 3
4 4
5 Debugger was enabled.
6 5
7 Running: testSetBreakpoint 6 Running: testSetBreakpoint
8 Page reloaded. 7 Page reloaded.
9 Script source was shown. 8 Script source was shown.
10 Script execution paused. 9 Script execution paused.
11 Call stack: 10 Call stack:
12 0) handleClick (compiled.js:2) 11 0) handleClick (compiled.js:2)
13 1) clickButton (compiler-source-mapping-debug.html:13) 12 1) clickButton (compiler-source-mapping-debug.html:13)
14 13
15 Running: testNo404InConsole 14 Running: testNo404InConsole
16 Script execution resumed. 15 Script execution resumed.
17 Debugger was disabled.
18 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698