| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 </script> | 127 </script> |
| 128 </head> | 128 </head> |
| 129 | 129 |
| 130 <body onload="runTest()"> | 130 <body onload="runTest()"> |
| 131 <p> | 131 <p> |
| 132 Tests setting breakpoints. | 132 Tests setting breakpoints. |
| 133 </p> | 133 </p> |
| 134 | 134 |
| 135 </body> | 135 </body> |
| 136 </html> | 136 </html> |
| OLD | NEW |