| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-in-shadow-tree.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-in-shadow-tree.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-in-shadow-tree.html
|
| index 8856e55d4b26af5d3ca4114c2a69d92ffb70c99f..7b595f7750f9e2bf24dfe8d8d488c167512ab141 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-in-shadow-tree.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-in-shadow-tree.html
|
| @@ -29,7 +29,7 @@ sandbox.appendChild(
|
| createDOM('content', {'id': 'M'})))))))));
|
|
|
| ['A', 'B', 'C', 'A/', 'A/E', 'A/F', 'A/E/', 'A/E/H', 'A/E/I', 'A/E/J', 'A/E/H/', 'A/E/H/L', 'A/E/H/M'].forEach(function(path) {
|
| - getNodeInTreeOfTrees(path).addEventListener('click', function(event) {
|
| + getNodeInComposedTree(path).addEventListener('click', function(event) {
|
| debug('\nevent.path on node ' + dumpNode(event.currentTarget));
|
| debug(dumpNodeList(event.path));
|
| });
|
|
|