| Index: LayoutTests/inspector/elements/styles/shadow-dom-rules.html
|
| diff --git a/LayoutTests/inspector/elements/styles/shadow-dom-rules.html b/LayoutTests/inspector/elements/styles/shadow-dom-rules.html
|
| index 2344bd4639e15cb66816ccc8783c3b65e4d0fa3b..308e4deb1fd0735998d2d40a5b3aa09103cea4d7 100644
|
| --- a/LayoutTests/inspector/elements/styles/shadow-dom-rules.html
|
| +++ b/LayoutTests/inspector/elements/styles/shadow-dom-rules.html
|
| @@ -16,7 +16,6 @@ function test()
|
| InspectorTest.runTestSuite([
|
| function testInit(next)
|
| {
|
| - WebInspector.settings.showShadowDOM.set(true);
|
| InspectorTest.evaluateInPage("createShadowRoot()", callback);
|
| function callback()
|
| {
|
|
|