blob: 6924e8d545a0088a020baba35aa37f4a59625f2e [file] [log] [blame]
<html>
<head>
<script src="../../LayoutTests/http/tests/inspector/inspector-test.js"></script>
<script src="performance-test.js"></script>
<script>
function test()
{
WebInspector.showPanel("audits");
function test(timer)
{
WebInspector.showPanel("audits");
WebInspector.domAgent._setDocument(null);
var showPanelTimerCookie = timer.start("first-open-elements");
InspectorTest.addBackendResponseSniffer(DOMAgent, "requestChildNodes", function() {
timer.finish(showPanelTimerCookie);
timer.done("first-open");
});
WebInspector.showPanel("elements");
}
InspectorTest.runPerformanceTest(test, 5000);
}
</script>
</head>
<body onload="runTest()">
<div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div>
</body>
</body>
</html>