Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / audits / audits-panel-functional.html
index 7359e9a..003b2b9 100644 (file)
@@ -51,7 +51,6 @@ JSON = {};
 <script>
 var test = function()
 {
-    WebInspector.inspectorView.showPanel("audits");
     InspectorTest.reloadPage();
     var pendingStyleSheetsCount = 4;
     InspectorTest.addSniffer(WebInspector.CSSStyleModel.prototype, "_styleSheetAdded", onStyleSheetLoaded, true);