OLD | NEW |
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 Loading... |
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 |
OLD | NEW |