| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/move-style-scoped-to-another-shadowroot-crash.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/move-style-scoped-to-another-shadowroot-crash.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/move-style-scoped-to-another-shadowroot-crash.html
 | 
| index 52b2765a1d49075c48f4b65617d9ce01dd437292..b45c0e96f99a182d4c7d3f572515041cd818b960 100644
 | 
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/move-style-scoped-to-another-shadowroot-crash.html
 | 
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/move-style-scoped-to-another-shadowroot-crash.html
 | 
| @@ -17,8 +17,8 @@ function runTest() {
 | 
|                      createDOM('style', {'id': 'style', 'scoped': 'scoped'},
 | 
|                          document.createTextNode('.c3 { display: inherit; transform: rotate3d(0, 1, 1, 45deg); }'))))));
 | 
|  
 | 
| -    olderShadowRoot = getNodeInTreeOfTrees("host/");
 | 
| -    youngerShadowRoot = getNodeInTreeOfTrees("host//");
 | 
| +    olderShadowRoot = getNodeInComposedTree("host/");
 | 
| +    youngerShadowRoot = getNodeInComposedTree("host//");
 | 
|      style = youngerShadowRoot.getElementById('style');
 | 
|  
 | 
|      olderShadowRoot.appendChild(youngerShadowRoot.getElementById('child'));
 | 
| 
 |