Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
FailCSSOM View - scrollIntoView doesn't consider scroll-padding when target is stuckassert_equals: Shouldn't have scrolled expected 2801 but got 2901
    at Test.<anonymous> (https://www1.wpt.live/css/cssom-view/scrollIntoView-stuck.tentative.html:50:3)
    at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
    at https://www1.wpt.live/css/cssom-view/scrollIntoView-stuck.tentative.html:39:1
Asserts run
Pass
assert_not_equals(2901, 0, "Should have scrolled")
    at Test.<anonymous> ( /css/cssom-view/scrollIntoView-stuck.tentative.html:45:3)
Fail
assert_equals(2901, 2801, "Shouldn't have scrolled")
    at Test.<anonymous> ( /css/cssom-view/scrollIntoView-stuck.tentative.html:50:3)