| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="../../../http/tests/inspector/inspector-test.js"></script> | 3 <script src="../../../http/tests/inspector/inspector-test.js"></script> |
| 4 <script src="../../../http/tests/inspector/debugger-test.js"></script> | 4 <script src="../../../http/tests/inspector/debugger-test.js"></script> |
| 5 <script src="resources/unformatted.js"></script> | 5 <script src="resources/unformatted.js"></script> |
| 6 | 6 |
| 7 <script> | 7 <script> |
| 8 | 8 |
| 9 function f1() | 9 function f1() |
| 10 { | 10 { |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 ]); | 64 ]); |
| 65 | 65 |
| 66 } | 66 } |
| 67 </script> | 67 </script> |
| 68 </head> | 68 </head> |
| 69 <body onload="runTest()"> | 69 <body onload="runTest()"> |
| 70 <p>Tests the script formatting is working fine with breakpoints. | 70 <p>Tests the script formatting is working fine with breakpoints. |
| 71 </p> | 71 </p> |
| 72 </body> | 72 </body> |
| 73 </html> | 73 </html> |
| OLD | NEW |