| Index: LayoutTests/inspector/console/shadow-element.html
|
| diff --git a/LayoutTests/inspector/console/shadow-element.html b/LayoutTests/inspector/console/shadow-element.html
|
| index 75a4969d378121c8d3a1703c81de2f565f19c428..25baed961fa96090be6d6c4eca5cc666c905975d 100644
|
| --- a/LayoutTests/inspector/console/shadow-element.html
|
| +++ b/LayoutTests/inspector/console/shadow-element.html
|
| @@ -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);
|
| }
|
|
|
|
|