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

Side by Side Diff: LayoutTests/inspector/sources/debugger/reveal-not-skipped-expected.txt

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
(Empty)
1 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.
4
5
6 Running: testRevealAfterPausedOnException
7 Showing script1 source...
8 Script source was shown for 'script1.js'.
9 Throwing exception...
10 Script source was shown for 'reveal-not-skipped.html'.
11 Reloading page...
12 Script execution paused.
13 Script execution resumed.
14 Page reloaded.
15 Showing script1 source...
16 Script source was shown for 'script1.js'.
17 Throwing exception...
18 Script source was shown for 'reveal-not-skipped.html'.
19
20 Running: testRevealAfterPrettyPrintWhenPaused
21 Throwing exception...
22 Script execution paused.
23 Showing script1 source...
24 Script source was shown for 'script1.js'.
25 Formatting...
26 Script source was shown for 'script1.js:formatted'.
27 Script execution resumed.
28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698