| Index: trunk/LayoutTests/fast/dom/shadow/shadow-root-attached.html
|
| ===================================================================
|
| --- trunk/LayoutTests/fast/dom/shadow/shadow-root-attached.html (revision 151673)
|
| +++ trunk/LayoutTests/fast/dom/shadow/shadow-root-attached.html (working copy)
|
| @@ -21,7 +21,6 @@
|
|
|
| shouldBe('internals.attached(light)', 'false');
|
| document.getElementById('container').appendChild(root);
|
| - document.body.offsetLeft; // cause a style recalc to trigger attachment.
|
| shouldBe('internals.attached(light)', 'true');
|
| })();
|
|
|
| @@ -35,7 +34,6 @@
|
|
|
| shouldBe('internals.attached(light)', 'false');
|
| document.getElementById('container').appendChild(root);
|
| - document.body.offsetLeft; // cause a style recalc to trigger attachment.
|
| shouldBe('internals.attached(light)', 'true');
|
| })();
|
|
|
|
|