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

Side by Side Diff: LayoutTests/inspector/sources/debugger-breakpoints/dynamic-scripts-breakpoints-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
1 CONSOLE MESSAGE: line 2: DYNAMIC document.write() 1 CONSOLE MESSAGE: line 2: DYNAMIC document.write()
2 CONSOLE MESSAGE: line 2: DYNAMIC <script> 2 CONSOLE MESSAGE: line 2: DYNAMIC <script>
3 CONSOLE MESSAGE: line 2: DYNAMIC document.write() 3 CONSOLE MESSAGE: line 2: DYNAMIC document.write()
4 CONSOLE MESSAGE: line 2: DYNAMIC <script> 4 CONSOLE MESSAGE: line 2: DYNAMIC <script>
5 Tests that there is no exception in front-end on page reload when breakpoint is set in HTML document and some dynamic scripts are loaded before the script with the breakpoint is loaded. 5 Tests that there is no exception in front-end on page reload when breakpoint is set in HTML document and some dynamic scripts are loaded before the script with the breakpoint is loaded.
6 6
7 Bug 99598 7 Bug 99598
8 Setting breakpoint: 8 Setting breakpoint:
9 Reloading page. 9 Reloading page.
10 Script execution paused. 10 Script execution paused.
11 Dumping breakpoint storage 11 Dumping breakpoint storage
12 dynamic-scripts-breakpoints.html:11 12 dynamic-scripts-breakpoints.html:11
13 Script execution resumed. 13 Script execution resumed.
14 Page reloaded. 14 Page reloaded.
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698