| <script src="../../../http/tests/inspector/inspector-test.js"></script> |
| <script src="performance-test.js"></script> |
| WebInspector.showPanel("resources"); |
| WebInspector.settings.resourcesLastSelectedItem.set(WebInspector.inspectedPageURL); |
| WebInspector.showPanel("audits"); |
| var showPanelTimerCookie = timer.start("first-open-resources"); |
| InspectorTest.addBackendResponseSniffer(PageAgent, "getResourceContent", function() { |
| timer.finish(showPanelTimerCookie); |
| WebInspector.panels.resources._resetResourcesTree(); |
| WebInspector.resourceTreeModel.frontendReused(); |
| WebInspector.showPanel("resources"); |
| InspectorTest.runPerformanceTest(test, 5000); |
| <body onload="runTest()"> |