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

Side by Side Diff: LayoutTests/inspector/sources/debugger/debug-inlined-scripts-fragment-id-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 Tests that all inlined scripts from the same document are shown in the same sour ce frame with html script tags. Bug 54544. 1 Tests that all inlined scripts from the same document are shown in the same sour ce frame with html script tags. Bug 54544.
2 2
3 Debugger was enabled.
4 window.location: #hash 3 window.location: #hash
5 Script source was shown. 4 Script source was shown.
6 Script execution paused. 5 Script execution paused.
7 Call stack: 6 Call stack:
8 0) f4 (debug-inlined-scripts-fragment-id.html:6) 7 0) f4 (debug-inlined-scripts-fragment-id.html:6)
9 1) (debug-inlined-scripts-fragment-id.html:8) 8 1) (debug-inlined-scripts-fragment-id.html:8)
10 ==Source frame contents start== 9 ==Source frame contents start==
11 <html> 10 <html>
12 <head> 11 <head>
13 <script> 12 <script>
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 <p> 89 <p>
91 Tests that all inlined scripts from the same document are shown in the same sour ce frame with html script tags. 90 Tests that all inlined scripts from the same document are shown in the same sour ce frame with html script tags.
92 <a id="hash" href="https://bugs.webkit.org/show_bug.cgi?id=54544">Bug 54544.</a> 91 <a id="hash" href="https://bugs.webkit.org/show_bug.cgi?id=54544">Bug 54544.</a>
93 </p> 92 </p>
94 93
95 </body> 94 </body>
96 </html> 95 </html>
97 96
98 ==Source frame contents end== 97 ==Source frame contents end==
99 Page reloaded. 98 Page reloaded.
100 Debugger was disabled.
101 99
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698