| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-skips-user-agent-shadow.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-skips-user-agent-shadow.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-skips-user-agent-shadow.html
 | 
| index 8d15d5bd9673d2a926952699e79b229fc0980e3c..495be5a3fcc147936b644465a1d6d2cea94e40c5 100644
 | 
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-skips-user-agent-shadow.html
 | 
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-skips-user-agent-shadow.html
 | 
| @@ -18,8 +18,8 @@ document.body.appendChild(
 | 
|                          createDOM('div', {'id': 'host-child'}))));
 | 
|  
 | 
|  shouldBeEqualAsArray(document.getElementById('host-child').getDestinationInsertionPoints(),
 | 
| -                     [getNodeInTreeOfTrees('host/content')]);
 | 
| -shouldBeZero("getNodeInTreeOfTrees('host/detail-child').getDestinationInsertionPoints().length");
 | 
| +                     [getNodeInComposedTree('host/content')]);
 | 
| +shouldBeZero("getNodeInComposedTree('host/detail-child').getDestinationInsertionPoints().length");
 | 
|  </script>
 | 
|  </body>
 | 
|  </html>
 | 
| 
 |