| Index: LayoutTests/fast/dom/shadow/reinsert-insertion-point.html
|
| diff --git a/LayoutTests/fast/dom/shadow/reinsert-insertion-point.html b/LayoutTests/fast/dom/shadow/reinsert-insertion-point.html
|
| index 9d5730665bced96726aeb6be20f9f8d2d0f2ed67..aab37b880d608d6e932f4c8e84aa608e488f2294 100644
|
| --- a/LayoutTests/fast/dom/shadow/reinsert-insertion-point.html
|
| +++ b/LayoutTests/fast/dom/shadow/reinsert-insertion-point.html
|
| @@ -6,7 +6,7 @@
|
|
|
| <script>
|
| var inside = document.getElementById('inside');
|
| -var insideRoot = inside.webkitCreateShadowRoot();
|
| +var insideRoot = inside.createShadowRoot();
|
|
|
| var content = insideRoot.appendChild(document.createElement('content'));
|
|
|
| @@ -17,4 +17,3 @@ insideRoot.appendChild(content);
|
|
|
| shouldBeTrue("inside.offsetHeight > 0");
|
| </script>
|
| -
|
|
|