| 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 | 6 |
| 7 function testFunction() | 7 function testFunction() |
| 8 { | 8 { |
| 9 functionBar(); | 9 functionBar(); |
| 10 } | 10 } |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 </script> | 39 </script> |
| 40 </head> | 40 </head> |
| 41 | 41 |
| 42 <body onload="runTest()"> | 42 <body onload="runTest()"> |
| 43 <p> | 43 <p> |
| 44 Tests that debugger will copy valid stack trace upon context menu action. | 44 Tests that debugger will copy valid stack trace upon context menu action. |
| 45 </p> | 45 </p> |
| 46 | 46 |
| 47 </body> | 47 </body> |
| 48 </html> | 48 </html> |
| OLD | NEW |