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

Unified Diff: LayoutTests/fast/dom/Element/scrollTop-scrollLeft-body.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/Element/scrollTop-scrollLeft-body.html
diff --git a/LayoutTests/fast/dom/Element/scrollTop-scrollLeft-body.html b/LayoutTests/fast/dom/Element/scrollTop-scrollLeft-body.html
index 57a8ed78e628ad0fa00555b3b12103c64a977b7e..b3767202c2fad7930f406a141a65eb08404b6d7a 100644
--- a/LayoutTests/fast/dom/Element/scrollTop-scrollLeft-body.html
+++ b/LayoutTests/fast/dom/Element/scrollTop-scrollLeft-body.html
@@ -10,9 +10,6 @@
<iframe id="quirks4" src="resources/display-none-body-quirks.html"></iframe>
<script>
- if (window.internals)
- internals.settings.setScrollTopLeftInteropEnabled(true);
-
var count = 0;
var iframeStrict1, iframeStrict2, iframeStrict3, iframeStrict4;
var iframeQuirks1, iframeQuirks2, iframeQuirks3, iframeQuriks4;

Powered by Google App Engine
This is Rietveld 408576698