Index: Source/platform/RuntimeEnabledFeatures.in |
diff --git a/Source/platform/RuntimeEnabledFeatures.in b/Source/platform/RuntimeEnabledFeatures.in |
index 171059504201886595016d48a0cb43fd0b9abeca..b81c70d2992fe2cc291a6523f12af8fbb267d860 100644 |
--- a/Source/platform/RuntimeEnabledFeatures.in |
+++ b/Source/platform/RuntimeEnabledFeatures.in |
@@ -95,6 +95,11 @@ RepaintAfterLayout |
RequestAutocomplete status=test |
RowSpanLogicalHeightSpreading status=stable |
ScriptedSpeech status=stable |
+ |
+// Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
+// as per the spec, matching other Web engines. |
+ScrollTopLeftInterop status=experimental |
+ |
SeamlessIFrames status=experimental |
ServiceWorker status=experimental |
SessionStorage status=stable |