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/unformatted4.js"></script> | 5 <script src="resources/unformatted4.js"></script> |
6 | 6 |
7 <script> | 7 <script> |
8 | 8 |
9 function f1() | 9 function f1() |
10 { | 10 { |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 ]); | 53 ]); |
54 | 54 |
55 } | 55 } |
56 </script> | 56 </script> |
57 </head> | 57 </head> |
58 <body onload="runTest()"> | 58 <body onload="runTest()"> |
59 <p>Tests the script formatting is working fine with breakpoints. | 59 <p>Tests the script formatting is working fine with breakpoints. |
60 </p> | 60 </p> |
61 </body> | 61 </body> |
62 </html> | 62 </html> |
OLD | NEW |