Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / styles / add-new-rule-with-style-after-body.html
index 64664d3..08333f8 100644 (file)
@@ -12,7 +12,6 @@ function addStyle()
 
 function test()
 {
-    WebInspector.inspectorView.showPanel("elements");
     WebInspector.cssModel.addEventListener(WebInspector.CSSStyleModel.Events.StyleSheetAdded, stylesheetAdded);
     InspectorTest.evaluateInPage("addStyle()");