Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / inspect-element.html
index 8487ca5..4b29ce9 100644 (file)
@@ -14,7 +14,7 @@ function test()
         if (!node)
             return;
         if (node.getAttribute("id") == "div") {
-            InspectorTest.addResult(WebInspector.DOMPresentationUtils.appropriateSelectorFor(node));
+            InspectorTest.addResult(WebInspector.DOMPresentationUtils.fullQualifiedSelector(node));
             InspectorTest.completeTest();
         }
     }