| Index: LayoutTests/inspector/elements/breadcrumb-shadow-roots.html
|
| diff --git a/LayoutTests/inspector/elements/breadcrumb-shadow-roots.html b/LayoutTests/inspector/elements/breadcrumb-shadow-roots.html
|
| index c98fde133a17f3d46f997bd43fadc1df16ad82f7..f586203a88d72cfc98a653c9cb4dc7461e49341b 100644
|
| --- a/LayoutTests/inspector/elements/breadcrumb-shadow-roots.html
|
| +++ b/LayoutTests/inspector/elements/breadcrumb-shadow-roots.html
|
| @@ -16,7 +16,7 @@ function loaded()
|
| function test()
|
| {
|
| WebInspector.inspectorView.showPanel("elements");
|
| - WebInspector.settings.showShadowDOM.set(true);
|
| + WebInspector.settings.showUAShadowDOM.set(true);
|
| InspectorTest.expandElementsTree(step0);
|
|
|
| function step0()
|
|
|