Test that scroll detection doesn't trigger ScrollLeftOrTopSetPositive
Values of scroll coordinates in non-default writing modes are being changed to align with the CSSOM specification and make them more consistent with other browsers [1]. Existing JS libraries rely on feature detection to deal with these inconsistencies but they all trigger the counter that will be used for finch-based launch: ElementWithLeftwardOrUpwardOverflowDirection_ScrollLeftOrTopSetPositive. This CL adds a new test to demonstrate and check that feature detection can actually be performed without triggering that counter. [1] https://www.chromestatus.com/feature/5759578031521792 Bug: 721759 Change-Id: I1dbac7e8b7ff9fe40c0f45892c327f6b2a0c83e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056946 Commit-Queue: Frédéric Wang <fwang@igalia.com> Reviewed-by:David Bokan <bokan@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Reviewed-by:
cathie chen <cathiechen@igalia.com> Cr-Commit-Position: refs/heads/master@{#743487}
Showing
Please register or sign in to comment