Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / console / shadow-element.html
index 75a4969..25baed9 100644 (file)
@@ -21,7 +21,7 @@ function test()
 
     function step4(node)
     {
-        WebInspector.panels.elements.revealAndSelectNode(node.shadowRoots()[0].id);
+        WebInspector.panels.elements.revealAndSelectNode(node.shadowRoots()[0]);
         InspectorTest.evaluateInConsoleAndDump("'User agent shadow host: ' + $0.id", step5);
     }