Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks.html

Issue 1216953003: Promote scrollTopLeftInterop mode to experimental (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove fixes moved to other patches Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Document/scrollingElement-noStyleUpdate-strict.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Document/scrollingElement-noStyleUpdate-strict.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698