| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/focus-slide-on-shadow-host.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/focus-slide-on-shadow-host.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/focus-slide-on-shadow-host.html
|
| index 8ec5bac074a3f92f5ba21a68826d90f8d96aad62..14a84149b6a04ffcd6c1d9ea94455c8783d55608 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/focus-slide-on-shadow-host.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/focus-slide-on-shadow-host.html
|
| @@ -15,7 +15,7 @@ function prepareDOMTree(parent, delegatesFocus)
|
|
|
| parent.appendChild(
|
| createDOM('div', {'id': 'shadowHost', 'tabindex': '0'},
|
| - createShadowRoot({'delegatesFocus': delegatesFocus},
|
| + attachShadow({'mode': 'open', 'delegatesFocus': delegatesFocus},
|
| createDOM('div', {'id': 'innerDiv'},
|
| document.createTextNode('Blink')),
|
| createDOM('input', {'id': 'inputA'}),
|
|
|