commit | 73693c4b2eb516e55b700c0317b38d672a0bdb29 | [log] [tgz] |
---|---|---|
author | skobes <[email protected]> | Wed Sep 14 23:31:07 2016 |
committer | Commit bot <[email protected]> | Wed Sep 14 23:33:30 2016 |
tree | ff4e0388baa8b87397f98595f19d63a08cdfa089 | |
parent | 02a4849687aa7a52e3af8959484f7f8b6b9335cf [diff] |
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}
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/css-properties-as-js-properties-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/css-properties-as-js-properties-expected.txt index 1aa403c..968b57e 100644 --- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/css-properties-as-js-properties-expected.txt +++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/css-properties-as-js-properties-expected.txt
@@ -179,6 +179,7 @@ outlineStyle outlineWidth overflow +overflowAnchor overflowWrap overflowX overflowY
diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in index b101660..c56b4c15 100644 --- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in +++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
@@ -191,7 +191,8 @@ 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