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

Unified Diff: LayoutTests/fast/dom/Element/scrollTop-scrollLeft-strict-quirks-modes.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-strict-quirks-modes.html
diff --git a/LayoutTests/fast/dom/Element/scrollTop-scrollLeft-strict-quirks-modes.html b/LayoutTests/fast/dom/Element/scrollTop-scrollLeft-strict-quirks-modes.html
index ea2504e97af760d485038052ddd407612bff782d..ad98642da3f2f8e26a3597a728e67ba4104ebee8 100644
--- a/LayoutTests/fast/dom/Element/scrollTop-scrollLeft-strict-quirks-modes.html
+++ b/LayoutTests/fast/dom/Element/scrollTop-scrollLeft-strict-quirks-modes.html
@@ -7,9 +7,6 @@
var iframeStrict;
var iframeQuirks;
- shouldBe("document.scrollingElement", "document.body");
- if (window.internals)
- internals.settings.setScrollTopLeftInteropEnabled(true);
shouldBe("document.scrollingElement", "document.documentElement");
function verifyTest() {

Powered by Google App Engine
This is Rietveld 408576698