Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / highlight-svg-root-zoomed.html
index 21cc378..8d1668b 100644 (file)
@@ -30,12 +30,7 @@ function startTest()
 
 function test()
 {
-    function nodeSelected(node)
-    {
-        InspectorTest.dumpInspectorHighlight(node, InspectorTest.completeTest.bind(InspectorTest));
-    }
-
-    InspectorTest.selectNodeWithId("svg-root", nodeSelected);
+    InspectorTest.dumpInspectorHighlightJSON("svg-root", InspectorTest.completeTest.bind(InspectorTest));
 }
 
 </script>