Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassTests scrollend event for scrollIntoView with behavior 'auto' on subframe.
Asserts run
Pass
assert_false(false)
    at HTMLDivElement.onElementScrollEnd ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:44:3)
Pass
assert_false(false)
    at HTMLDivElement.onElementScrollEnd ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:45:3)
Pass
assert_equals(200, 200, "DIV.scrollIntoView scrollLeft")
    at testScrollIntoView ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:144:5)
Pass
assert_equals(200, 200, "DIV.scrollIntoView scrollTop")
    at testScrollIntoView ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:146:5)
Pass
assert_false(false, "subframe targetted, but document scrollend arrived")
    at testScrollIntoView ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:153:7)
PassTests scrollend event for scrollIntoView with behavior 'smooth' on subframe.
Asserts run
Pass
assert_equals(0, 0, "DIV.scrollIntoView scrollLeft")
    at testScrollIntoView ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:144:5)
Pass
assert_equals(0, 0, "DIV.scrollIntoView scrollTop")
    at testScrollIntoView ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:146:5)
Pass
assert_false(false, "subframe targetted, but document scrollend arrived")
    at testScrollIntoView ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:153:7)
FailTests scrollend event for scrollIntoView with behavior 'auto' on root.assert_equals: HTML.scrollIntoView scrollLeft expected 1720 but got 0
    at testScrollIntoView (https://wpt.live/dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:144:5)
Asserts run
Pass
assert_false(false)
    at HTMLDivElement.onElementScrollEnd ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:44:3)
Pass
assert_false(false)
    at HTMLDivElement.onElementScrollEnd ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:45:3)
Fail
assert_equals(0, 1720, "HTML.scrollIntoView scrollLeft")
    at testScrollIntoView ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:144:5)
FailTests scrollend event for scrollIntoView with behavior 'smooth' on root.assert_false: root element targetted, but element scrollend arrived expected false got true
    at testScrollIntoView (https://wpt.live/dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:150:7)
Asserts run
Pass
assert_false(false)
    at HTMLDocument.onDocumentScrollEnd ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:50:3)
Pass
assert_true(true)
    at HTMLDocument.onDocumentScrollEnd ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:52:3)
Pass
assert_equals(0, 0, "HTML.scrollIntoView scrollLeft")
    at testScrollIntoView ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:144:5)
Pass
assert_equals(0, 0, "HTML.scrollIntoView scrollTop")
    at testScrollIntoView ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:146:5)
Fail
assert_false(true, "root element targetted, but element scrollend arrived")
    at testScrollIntoView ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:150:7)
FailTests scrollend event for nested scrollIntoView.assert_false: expected false got true
    at Test.<anonymous> (https://wpt.live/dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:193:7)
Asserts run
Pass
assert_false(false)
    at HTMLDocument.onDocumentScrollEnd ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:50:3)
Pass
assert_true(true)
    at HTMLDocument.onDocumentScrollEnd ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:52:3)
Pass
assert_false(false)
    at HTMLDivElement.onElementScrollEnd ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:44:3)
Pass
assert_false(false)
    at HTMLDivElement.onElementScrollEnd ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:45:3)
Pass
assert_equals(0, 0, "Nested scrollIntoView root_element scrollLeft")
    at Test.<anonymous> ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:187:7)
Pass
assert_equals(0, 0, "Nested scrollIntoView root_element scrollTop")
    at Test.<anonymous> ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:188:7)
Pass
assert_equals(100, 100, "Nested scrollIntoView out_div scrollLeft")
    at Test.<anonymous> ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:189:7)
Pass
assert_equals(100, 100, "Nested scrollIntoView out_div scrollTop")
    at Test.<anonymous> ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:190:7)
Pass
assert_equals(200, 200, "Nested scrollIntoView target_div scrollLeft")
    at Test.<anonymous> ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:191:7)
Pass
assert_equals(200, 200, "Nested scrollIntoView target_div scrollTop")
    at Test.<anonymous> ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:192:7)
Fail
assert_false(true)
    at Test.<anonymous> ( /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html:193:7)