Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / styles / undo-add-property.html
index 705c389..6272d03 100644 (file)
@@ -13,7 +13,7 @@
 
 function test()
 {
-    InspectorTest.selectNodeAndWaitForStyles("container", testAppendProperty.bind(null, testInsertBegin));
+    InspectorTest.selectNodeAndWaitForStyles("container", testAppendProperty);
 
     function testAppendProperty()
     {
@@ -35,7 +35,6 @@ function test()
 
     function testAddProperty(propertyText, index, callback)
     {
-
         InspectorTest.addResult("(Initial value)");
         InspectorTest.dumpSelectedElementStyles(true);