| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-shadow-insertion-points.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-shadow-insertion-points.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-shadow-insertion-points.html
|
| index dd030e4c7a473bf11f78ad18718492c6bf40d97f..1a7efb78b6c9f172d0d69bfb9c9f085b569994a5 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-shadow-insertion-points.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-shadow-insertion-points.html
|
| @@ -16,8 +16,8 @@ document.body.appendChild(
|
| createShadowRoot(
|
| createDOM('shadow', {'id': 'shadow'})))));
|
|
|
| -shouldBeEqualAsArray(getNodeInTreeOfTrees('host/child').getDestinationInsertionPoints(),
|
| - [getNodeInTreeOfTrees('host//shadow')]);
|
| +shouldBeEqualAsArray(getNodeInComposedTree('host/child').getDestinationInsertionPoints(),
|
| + [getNodeInComposedTree('host//shadow')]);
|
| </script>
|
| </body>
|
| </html>
|
|
|