| Index: third_party/WebKit/LayoutTests/inspector/elements/shadow/shadow-root.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/shadow/shadow-root.html b/third_party/WebKit/LayoutTests/inspector/elements/shadow/shadow-root.html
|
| index 3fe2ce0467cebf4d03a6a97a5ab7776bc83b1ee0..2bf6d5a4d56a9ae1518862cd3edad021cf0b53cf 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/shadow/shadow-root.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/shadow/shadow-root.html
|
| @@ -28,8 +28,8 @@ function test()
|
|
|
| <script>
|
| test1.createShadowRoot();
|
| -test2.createShadowRoot();
|
| -test3.createShadowRoot();
|
| +test2.attachShadow({ mode: "open" });
|
| +test3.attachShadow({ mode: "closed" });
|
| </script>
|
|
|
| </body>
|
|
|