| 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 | 5 |
| 6 <script> | 6 <script> |
| 7 function oneLineTestFunction() { return 0; } | 7 function oneLineTestFunction() { return 0; } |
| 8 </script> | 8 </script> |
| 9 | 9 |
| 10 <script> | 10 <script> |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 </script> | 142 </script> |
| 143 </head> | 143 </head> |
| 144 | 144 |
| 145 <body onload="runTest()"> | 145 <body onload="runTest()"> |
| 146 <p> | 146 <p> |
| 147 Tests setting breakpoints. | 147 Tests setting breakpoints. |
| 148 </p> | 148 </p> |
| 149 | 149 |
| 150 </body> | 150 </body> |
| 151 </html> | 151 </html> |
| OLD | NEW |