Commit 73693c4b authored by skobes's avatar skobes Committed by Commit bot

Temporarily enable scroll anchoring on trunk.

This is to get feedback from canary users.  It will be reverted on 2016-09-16.

BUG=624074

Review-Url: https://codereview.chromium.org/2335363003
Cr-Commit-Position: refs/heads/master@{#418715}
parent 02a48496
...@@ -179,6 +179,7 @@ outlineOffset ...@@ -179,6 +179,7 @@ outlineOffset
outlineStyle outlineStyle
outlineWidth outlineWidth
overflow overflow
overflowAnchor
overflowWrap overflowWrap
overflowX overflowX
overflowY overflowY
......
...@@ -191,7 +191,8 @@ RootLayerScrolling ...@@ -191,7 +191,8 @@ RootLayerScrolling
RTCPeerConnectionNewGetStats status=test RTCPeerConnectionNewGetStats status=test
ScriptedSpeech status=stable ScriptedSpeech status=stable
// Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). // 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 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
// as per the spec, matching other Web engines. // as per the spec, matching other Web engines.
ScrollTopLeftInterop status=experimental ScrollTopLeftInterop status=experimental
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment