| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script>function foo() { }; | 3 <script>function foo() { }; |
| 4 </script> | 4 </script> |
| 5 <script> | 5 <script> |
| 6 function bar() { }; | 6 function bar() { }; |
| 7 </script><script>function f1() { debugger; }</script> | 7 </script><script>function f1() { debugger; }</script> |
| 8 <script> | 8 <script> |
| 9 function f2() { return f1(); } | 9 function f2() { return f1(); } |
| 10 </script> | 10 </script> |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 </head> | 88 </head> |
| 89 | 89 |
| 90 <body onload="runTest()"> | 90 <body onload="runTest()"> |
| 91 <p> | 91 <p> |
| 92 Tests that main resource script text is correct when paused in inline script on
reload. | 92 Tests that main resource script text is correct when paused in inline script on
reload. |
| 93 <a href="https://bugs.webkit.org/show_bug.cgi?id=77548">Bug 77548.</a> | 93 <a href="https://bugs.webkit.org/show_bug.cgi?id=77548">Bug 77548.</a> |
| 94 </p> | 94 </p> |
| 95 | 95 |
| 96 </body> | 96 </body> |
| 97 </html> | 97 </html> |
| OLD | NEW |