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

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

Issue 2238003002: DevTools: migrate sources panel sidebar to views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed Created 4 years, 4 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 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 5
6 Running: testRevealAfterPausedOnException 6 Running: testRevealAfterPausedOnException
7 Showing script1 source... 7 Showing script1 source...
8 Script source was shown for 'script1.js'. 8 Script source was shown for 'script1.js'.
9 Throwing exception... 9 Throwing exception...
10 Script execution paused.
10 Script source was shown for 'reveal-not-skipped.html'. 11 Script source was shown for 'reveal-not-skipped.html'.
11 Reloading page... 12 Reloading page...
12 Script execution paused.
13 Script execution resumed. 13 Script execution resumed.
14 Page reloaded. 14 Page reloaded.
15 Showing script1 source... 15 Showing script1 source...
16 Script source was shown for 'script1.js'. 16 Script source was shown for 'script1.js'.
17 Throwing exception... 17 Throwing exception...
18 Script execution paused.
18 Script source was shown for 'reveal-not-skipped.html'. 19 Script source was shown for 'reveal-not-skipped.html'.
19 20
20 Running: testRevealAfterPrettyPrintWhenPaused 21 Running: testRevealAfterPrettyPrintWhenPaused
21 Throwing exception... 22 Throwing exception...
22 Script execution paused.
23 Showing script1 source... 23 Showing script1 source...
24 Script source was shown for 'script1.js'. 24 Script source was shown for 'script1.js'.
25 Formatting... 25 Formatting...
26 Script source was shown for 'script1.js:formatted'. 26 Script source was shown for 'script1.js:formatted'.
27 Script execution resumed. 27 Script execution resumed.
28 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698