| 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 src="../../../http/tests/inspector/workspace-test.js"></script> | 5 <script src="../../../http/tests/inspector/workspace-test.js"></script> |
| 6 | 6 |
| 7 <script> | 7 <script> |
| 8 function test() | 8 function test() |
| 9 { | 9 { |
| 10 function dumpNavigator(sourcesNavigatorView) | 10 function dumpNavigator(sourcesNavigatorView) |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 </script> | 90 </script> |
| 91 | 91 |
| 92 </head> | 92 </head> |
| 93 <body onload="runTest()"> | 93 <body onload="runTest()"> |
| 94 <p> | 94 <p> |
| 95 Tests scripts sorting in the scripts panel. | 95 Tests scripts sorting in the scripts panel. |
| 96 </p> | 96 </p> |
| 97 </body> | 97 </body> |
| 98 | 98 |
| 99 </html> | 99 </html> |
| OLD | NEW |