| 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/console-test.js"></script> | 4 <script src="../../../http/tests/inspector/console-test.js"></script> |
| 5 <script src="../../../http/tests/inspector/debugger-test.js"></script> | 5 <script src="../../../http/tests/inspector/debugger-test.js"></script> |
| 6 <script> | 6 <script> |
| 7 | 7 |
| 8 var globalObj = { | 8 var globalObj = { |
| 9 func: function() | 9 func: function() |
| 10 { | 10 { |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 | 77 |
| 78 </script> | 78 </script> |
| 79 </head> | 79 </head> |
| 80 | 80 |
| 81 <body onload="runTest()"> | 81 <body onload="runTest()"> |
| 82 <p> | 82 <p> |
| 83 Tests that evaluation in console that throws works fine when script is paused. | 83 Tests that evaluation in console that throws works fine when script is paused. |
| 84 </p> | 84 </p> |
| 85 </body> | 85 </body> |
| 86 </html> | 86 </html> |
| OLD | NEW |