| Index: LayoutTests/fast/dom/Document/scrollingElement-noStyleUpdate-strict.html
|
| diff --git a/LayoutTests/fast/dom/Document/scrollingElement-noStyleUpdate-strict.html b/LayoutTests/fast/dom/Document/scrollingElement-noStyleUpdate-strict.html
|
| index f2e9ca4138a84b279d2cca201e45779271f839d3..e8c13d845282b885cec7072cbe89e822fa83a7a1 100644
|
| --- a/LayoutTests/fast/dom/Document/scrollingElement-noStyleUpdate-strict.html
|
| +++ b/LayoutTests/fast/dom/Document/scrollingElement-noStyleUpdate-strict.html
|
| @@ -10,8 +10,6 @@
|
| <script>
|
| description("Verify that document.scrollingElement doesn't force a style update or layout in strict mode");
|
| setPrintTestResultsLazily();
|
| - if (window.internals)
|
| - internals.settings.setScrollTopLeftInteropEnabled(true);
|
|
|
| document.body.offsetTop;
|
| shouldBe("internals.needsLayoutCount()", "0");
|
|
|