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

Unified Diff: LayoutTests/fast/dom/Document/scrollingElement-noStyleUpdate-strict.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
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");

Powered by Google App Engine
This is Rietveld 408576698