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

Unified Diff: LayoutTests/fast/dom/Element/scrollTop-scrollLeft-body.html

Issue 891523002: ScrollTopLeftInterop should not be marked experimental (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates Created 5 years, 11 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 b17cc7ae3a9a9fe3fe9bc48f72cb7354011d6b33..326e06c5d66368b43a4fa453e7fed0ca857c6e26 100644
--- a/LayoutTests/fast/dom/Element/scrollTop-scrollLeft-body.html
+++ b/LayoutTests/fast/dom/Element/scrollTop-scrollLeft-body.html
@@ -2,6 +2,9 @@
<head>
<script src="../../../resources/js-test.js"></script>
<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