Index: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in |
diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in |
index 740649e6ffa3dd551dcf5e37a22a9e5a4fef2b51..1124c101520a05f5446dca22e9ef2faeec5cc153 100644 |
--- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in |
+++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in |
@@ -191,7 +191,8 @@ RootLayerScrolling |
RTCPeerConnectionNewGetStats status=test |
ScriptedSpeech status=stable |
// Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). |
-ScrollAnchoring status=experimental, settable_from_internals=True |
+// TODO(skobes): Return ScrollAnchoring to experimental status by 9/16. |
+ScrollAnchoring status=stable, settable_from_internals=True |
// Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
// as per the spec, matching other Web engines. |
ScrollTopLeftInterop status=experimental |