| 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> | 5 <script> |
| 6 var intervalId; | 6 var intervalId; |
| 7 var count = 0; | 7 var count = 0; |
| 8 | 8 |
| 9 function testFunction() | 9 function testFunction() |
| 10 { | 10 { |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 | 33 |
| 34 </script> | 34 </script> |
| 35 </head> | 35 </head> |
| 36 | 36 |
| 37 <body onload="runTest()"> | 37 <body onload="runTest()"> |
| 38 <p> | 38 <p> |
| 39 Tests asynchronous call stacks for setInterval. | 39 Tests asynchronous call stacks for setInterval. |
| 40 </p> | 40 </p> |
| 41 </body> | 41 </body> |
| 42 </html> | 42 </html> |
| OLD | NEW |