Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / debugger-ui / reveal-not-skipped-expected.txt
blobb3a128b30f4355c6a46d7ea6af444cc63eb8ab44
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.
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'.
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.