| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 | 3 |
| 4 <link rel="stylesheet" href="resources/styles-history.css"> | 4 <link rel="stylesheet" href="../styles/resources/styles-history.css"> |
| 5 | 5 |
| 6 <script src="../../../http/tests/inspector/inspector-test.js"></script> | 6 <script src="../../../http/tests/inspector/inspector-test.js"></script> |
| 7 <script src="../../../http/tests/inspector/elements-test.js"></script> | 7 <script src="../../../http/tests/inspector/elements-test.js"></script> |
| 8 <script src="../../../http/tests/inspector/resources-test.js"></script> | 8 <script src="../../../http/tests/inspector/resources-test.js"></script> |
| 9 <script src="styles-test.js"></script> | 9 <script src="../styles/styles-test.js"></script> |
| 10 <script> | 10 <script> |
| 11 | 11 |
| 12 function test() | 12 function test() |
| 13 { | 13 { |
| 14 InspectorTest.runAfterCachedResourcesProcessed(runTestSuite); | 14 InspectorTest.runAfterCachedResourcesProcessed(runTestSuite); |
| 15 | 15 |
| 16 var uiSourceCode; | 16 var uiSourceCode; |
| 17 | 17 |
| 18 function runTestSuite() | 18 function runTestSuite() |
| 19 { | 19 { |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 | 128 |
| 129 </script> | 129 </script> |
| 130 </head> | 130 </head> |
| 131 | 131 |
| 132 <body id="mainBody" onload="runTest()"> | 132 <body id="mainBody" onload="runTest()"> |
| 133 <p> | 133 <p> |
| 134 Tests resources panel history. | 134 Tests resources panel history. |
| 135 </p> | 135 </p> |
| 136 </body> | 136 </body> |
| 137 </html> | 137 </html> |
| OLD | NEW |