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

Side by Side Diff: LayoutTests/inspector/sources/debugger/reveal-not-skipped-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 11: Uncaught ReferenceError: unknown_var is not defined 1 CONSOLE ERROR: line 11: Uncaught ReferenceError: unknown_var is not defined
2 CONSOLE ERROR: line 11: Uncaught ReferenceError: unknown_var is not defined 2 CONSOLE ERROR: line 11: Uncaught ReferenceError: unknown_var is not defined
3 Tests that certain user actions in scripts panel reveal execution line. 3 Tests that certain user actions in scripts panel reveal execution line.
4 4
5 Debugger was enabled.
6 5
7 Running: testRevealAfterPausedOnException 6 Running: testRevealAfterPausedOnException
8 Showing script1 source... 7 Showing script1 source...
9 Script source was shown for 'script1.js'. 8 Script source was shown for 'script1.js'.
10 Throwing exception... 9 Throwing exception...
11 Script source was shown for 'reveal-not-skipped.html'. 10 Script source was shown for 'reveal-not-skipped.html'.
12 Reloading page... 11 Reloading page...
13 Script execution paused. 12 Script execution paused.
14 Script execution resumed. 13 Script execution resumed.
15 Page reloaded. 14 Page reloaded.
16 Showing script1 source... 15 Showing script1 source...
17 Script source was shown for 'script1.js'. 16 Script source was shown for 'script1.js'.
18 Throwing exception... 17 Throwing exception...
19 Script source was shown for 'reveal-not-skipped.html'. 18 Script source was shown for 'reveal-not-skipped.html'.
20 19
21 Running: testRevealAfterPrettyPrintWhenPaused 20 Running: testRevealAfterPrettyPrintWhenPaused
22 Throwing exception... 21 Throwing exception...
23 Script execution paused. 22 Script execution paused.
24 Showing script1 source... 23 Showing script1 source...
25 Script source was shown for 'script1.js'. 24 Script source was shown for 'script1.js'.
26 Formatting... 25 Formatting...
27 Script source was shown for 'script1.js:formatted'. 26 Script source was shown for 'script1.js:formatted'.
28 Script execution resumed. 27 Script execution resumed.
29 Debugger was disabled.
30 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698