Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / styles / disable-property-workingcopy-update.html
index 4074ad6..d6f17e9 100644 (file)
@@ -9,7 +9,6 @@
 function test()
 {
     var cssSourceFrame;
-    WebInspector.inspectorView.showPanel("elements");
     WebInspector.StylesSourceMapping.MinorChangeUpdateTimeoutMs = 10;
 
     InspectorTest.runTestSuite([
@@ -64,7 +63,6 @@ function test()
 
     function toggleProperty(value, next)
     {
-        WebInspector.inspectorView.showPanel("elements");
         InspectorTest.addSniffer(WebInspector.UISourceCode.prototype, "addRevision", callback);
         InspectorTest.waitForStyles("inspected", callback);
         InspectorTest.toggleMatchedStyleProperty("font-weight", value);