| Index: third_party/WebKit/LayoutTests/inspector/console/shadow-element.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/shadow-element.html b/third_party/WebKit/LayoutTests/inspector/console/shadow-element.html
|
| index 9fd255b0610d98e69ee617dbe3938da6e0bac785..05bb1186072ac9b6b3165a8caf53d952519f72be 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/shadow-element.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/shadow-element.html
|
| @@ -7,7 +7,7 @@
|
|
|
| function test()
|
| {
|
| - WebInspector.settingForTest("showUAShadowDOM").set(true);
|
| + Common.settingForTest("showUAShadowDOM").set(true);
|
| InspectorTest.selectNodeWithId("shadow", step1);
|
|
|
| function step1()
|
| @@ -22,7 +22,7 @@ function test()
|
|
|
| function step4(node)
|
| {
|
| - WebInspector.panels.elements.revealAndSelectNode(node.shadowRoots()[0]);
|
| + UI.panels.elements.revealAndSelectNode(node.shadowRoots()[0]);
|
| InspectorTest.evaluateInConsoleAndDump("'User agent shadow host: ' + $0.id", step5);
|
| }
|
|
|
|
|