| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root.html
|
| index 48cf90ce309de92abcd9abe0cb4b4eeb90137d1e..3a0b21a103b56dfee40a9828b3f22023fe797861 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root.html
|
| @@ -16,7 +16,7 @@
|
| createDOM('div', {'id': 'top'},
|
| createDOM('div', {'id': 'shadow-host'},
|
| createShadowRoot({'id': 'shadow-root'}))));
|
| - var shadowRoot = getNodeInTreeOfTrees('shadow-host/');
|
| + var shadowRoot = getNodeInComposedTree('shadow-host/');
|
| shadowRoot.innerHTML = 'Text Nodes';
|
| addEventListeners(['top', 'shadow-host', 'shadow-host/']);
|
| showSandboxTree();
|
|
|