Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / move-node.html
index 0d35ee0..e89a978 100644 (file)
@@ -31,7 +31,7 @@ function test()
             {
                 InspectorTest.addResult("===== Moved child2 =====");
                 InspectorTest.dumpElementsTree(containerNode);
-                InspectorTest.addResult("Selection: " + treeOutline.selectedDOMNode().appropriateSelectorFor());
+                InspectorTest.addResult("Selection: " + WebInspector.DOMPresentationUtils.fullQualifiedSelector(treeOutline.selectedDOMNode()));
                 next();
             }