| Index: LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks.html
|
| diff --git a/LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks.html b/LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks.html
|
| index e439dd9cffd66e19081959637581ef5027d307f4..8c270c84fda39b79006fb6b2d05ed4f0f34cbf72 100644
|
| --- a/LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks.html
|
| +++ b/LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks.html
|
| @@ -18,8 +18,6 @@
|
| <script>
|
| description('Verify that document.scrollingElement updates style in quirks mode without triggering layout');
|
| setPrintTestResultsLazily();
|
| - if (window.internals)
|
| - internals.settings.setScrollTopLeftInteropEnabled(true);
|
|
|
| document.body.offsetTop;
|
| shouldBe("internals.needsLayoutCount()", "0");
|
|
|