| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/focus-with-dom-mutation.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/focus-with-dom-mutation.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/focus-with-dom-mutation.html
|
| index b7e26db80b40439394096300df4d01a457a66e24..6adf7ea020fdaab1f781455840c5a03edc0d5a14 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/focus-with-dom-mutation.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/focus-with-dom-mutation.html
|
| @@ -16,7 +16,7 @@ function buildTree(parent, delegatesFocus)
|
| parent.innerHTML = '';
|
| parent.appendChild(
|
| createDOM('div', {id: 'host'},
|
| - createShadowRoot({delegatesFocus: delegatesFocus},
|
| + attachShadow({'mode': 'open', delegatesFocus: delegatesFocus},
|
| createDOM('input', {id: 'input'})),
|
| createDOM('div', {id: 'dest'})));
|
|
|
|
|