Update scroll-padding initial values in wpt tests.
There was a conflict in the scroll snap spec for the initial values of scroll-padding-top/bottom/left/right[1]. Some of the initial values were auto, while others were 0px. Now the conflict has been resolved with all the initial values set to auto[2], we should update the wpt test to reflect that. The current implementation in Blink already reflects the updated spec, so this patch also removes the expectations that were simply for the failures. [1] https://github.com/w3c/csswg-drafts/issues/3189 [2] https://drafts.csswg.org/css-scroll-snap-1/#propdef-scroll-padding-top Bug: 891954 Change-Id: Ib9c2280590091be27127abeee0a611b687cd37a2 Reviewed-on: https://chromium-review.googlesource.com/c/1299605Reviewed-by:Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Sandra Sun <sunyunjia@chromium.org> Cr-Commit-Position: refs/heads/master@{#602929}
Showing
Please register or sign in to comment