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

Unified Diff: LayoutTests/fast/dom/Element/scrollingElement-null-body-documentElement.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/scrollingElement-null-body-documentElement.html
diff --git a/LayoutTests/fast/dom/Element/scrollingElement-null-body-documentElement.html b/LayoutTests/fast/dom/Element/scrollingElement-null-body-documentElement.html
index 11fb923f87c484e6fae9ecff7d1b32dfbc765ee2..482ca6ece45013cef71aa76cd31aa81d6ea27330 100644
--- a/LayoutTests/fast/dom/Element/scrollingElement-null-body-documentElement.html
+++ b/LayoutTests/fast/dom/Element/scrollingElement-null-body-documentElement.html
@@ -6,9 +6,6 @@
description("Verifies that asking for the scrollingElement of a document with null body or null documentElement doesn't crash");
var jsTestIsAsync = true;
- if (window.internals)
- internals.settings.setScrollTopLeftInteropEnabled(true);
-
function runtests()
{
// Verify scrollTopLeftInterop is actually enabled.

Powered by Google App Engine
This is Rietveld 408576698