| Index: LayoutTests/fast/dom/shadow/move-style-scoped-to-another-shadowroot-crash.html
|
| diff --git a/LayoutTests/fast/dom/shadow/move-style-scoped-to-another-shadowroot-crash.html b/LayoutTests/fast/dom/shadow/move-style-scoped-to-another-shadowroot-crash.html
|
| index d0ad328b710cd186599721b2abad8130c89a72fa..e07431b3884341202df08f84d281f6e94ed78061 100644
|
| --- a/LayoutTests/fast/dom/shadow/move-style-scoped-to-another-shadowroot-crash.html
|
| +++ b/LayoutTests/fast/dom/shadow/move-style-scoped-to-another-shadowroot-crash.html
|
| @@ -18,7 +18,7 @@ function runTest() {
|
| createShadowRoot(
|
| createDOM('div', {'id': 'child'},
|
| createDOM('style', {'id': 'style', 'scoped': 'scoped'},
|
| - document.createTextNode('.c3 { display: inherit; -webkit-transform: rotate3d(0, 1, 1, 45deg); }'))))));
|
| + document.createTextNode('.c3 { display: inherit; transform: rotate3d(0, 1, 1, 45deg); }'))))));
|
|
|
| olderShadowRoot = getNodeInTreeOfTrees("host/");
|
| youngerShadowRoot = getNodeInTreeOfTrees("host//");
|
|
|