| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-re-distribution.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-re-distribution.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-re-distribution.html
|
| index d08d7bb7414c12ddafd37fc5f9eca7777278cc43..24a3c9fb6691d5024b7ebf6a35e35e551f401f2b 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-re-distribution.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-re-distribution.html
|
| @@ -21,7 +21,6 @@ document.body.appendChild(
|
| shouldBeEqualAsArray(document.getElementById('child-1').getDestinationInsertionPoints(),
|
| [getNodeInTreeOfTrees('host-1/content-1'), getNodeInTreeOfTrees('host-1/host-2/content-2')]);
|
|
|
| -debug('adding explicit open mode should not change the behavior.');
|
| document.body.appendChild(
|
| createDOM('div', {},
|
| createDOM('div', {'id': 'host-10'},
|
| @@ -34,9 +33,8 @@ document.body.appendChild(
|
| createDOM('div', {'id': 'child-10'}))));
|
|
|
| shouldBeEqualAsArray(document.getElementById('child-10').getDestinationInsertionPoints(),
|
| - [getNodeInTreeOfTrees('host-10/content-10'), getNodeInTreeOfTrees('host-10/host-20/content-20')]);
|
| + [getNodeInTreeOfTrees('host-10/content-10')]);
|
|
|
| -debug('Only unclosed insertion points should be returned for getDestinationInsertionPoints().');
|
| document.body.appendChild(
|
| createDOM('div', {},
|
| createDOM('div', {'id': 'host-11'},
|
|
|