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

Side by Side Diff: LayoutTests/inspector/sources/debugger/dynamic-scripts-breakpoints-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 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 Debugger was enabled.
9 Setting breakpoint: 8 Setting breakpoint:
10 Reloading page. 9 Reloading page.
11 Script execution paused. 10 Script execution paused.
12 Dumping breakpoint storage 11 Dumping breakpoint storage
13 dynamic-scripts-breakpoints.html:11 12 dynamic-scripts-breakpoints.html:11
14 Script execution resumed. 13 Script execution resumed.
15 Page reloaded. 14 Page reloaded.
16 Debugger was disabled.
17 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698