| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points.html
|
| index 09bfb0fe4c018211921443a8d9bf19a138ccb22b..bd291e662b41113328785ab855f64de25bae63e2 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points.html
|
| @@ -13,7 +13,7 @@ document.body.appendChild(
|
| createDOM('div', {'id': 'child-1'}))));
|
|
|
| shouldBeEqualAsArray(document.getElementById('child-1').getDestinationInsertionPoints(),
|
| - [getNodeInTreeOfTrees('host-1/content-1')]);
|
| + [getNodeInComposedTree('host-1/content-1')]);
|
|
|
| debug('Insertion points should be inactive in v1 shadow trees.');
|
|
|
|
|