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

Side by Side Diff: LayoutTests/inspector/sources/debugger/debug-inlined-scripts-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 Script source was shown. 3 Script source was shown.
5 Script execution paused. 4 Script execution paused.
6 Call stack: 5 Call stack:
7 0) (debug-inlined-scripts.html:3) 6 0) (debug-inlined-scripts.html:3)
8 Call stack status: Paused on a JavaScript breakpoint. 7 Call stack status: Paused on a JavaScript breakpoint.
9 ==Source frame contents start== 8 ==Source frame contents start==
10 <html> 9 <html>
11 <head> 10 <head>
12 <script> function f1() { return 0; }; f1(); </script> <script>function f 2() { return 0; }</script><script> 11 <script> function f1() { return 0; }; f1(); </script> <script>function f 2() { return 0; }</script><script>
13 function f3() { return 0; } 12 function f3() { return 0; }
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 <p> 197 <p>
199 Tests that all inlined scripts from the same document are shown in the same sour ce frame with html script tags. 198 Tests that all inlined scripts from the same document are shown in the same sour ce frame with html script tags.
200 <a href="https://bugs.webkit.org/show_bug.cgi?id=54544">Bug 54544.</a> 199 <a href="https://bugs.webkit.org/show_bug.cgi?id=54544">Bug 54544.</a>
201 </p> 200 </p>
202 201
203 </body> 202 </body>
204 </html> 203 </html>
205 204
206 ==Source frame contents end== 205 ==Source frame contents end==
207 Page reloaded. 206 Page reloaded.
208 Debugger was disabled.
209 207
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698