Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassMake sure the page is ready for animation.
Asserts runNo asserts ran
Passscroll-behavior: smooth on DIV element
Asserts run
Pass
assert_equals(5000, 5000, "Initially scrolls instantly")
    at Test.<anonymous> ( /css/cssom-view/scroll-behavior-smooth.html:36:5)
Pass
assert_less_than(0, 5000, "scroll-behavior:smooth should not scroll instantly")
    at Test.<anonymous> ( /css/cssom-view/scroll-behavior-smooth.html:40:5)
PassHTML element scroll-behavior should propagate to viewport
Asserts run
Pass
assert_equals(5000, 5000, "Initially scrolls instantly")
    at Test.<anonymous> ( /css/cssom-view/scroll-behavior-smooth.html:47:5)
Pass
assert_less_than(0, 5000, "scroll-behavior:smooth should not scroll instantly")
    at Test.<anonymous> ( /css/cssom-view/scroll-behavior-smooth.html:50:5)
PassBODY element scroll-behavior should not propagate to viewport
Asserts run
Pass
assert_equals(5000, 5000, "Initially scrolls instantly")
    at Test.<anonymous> ( /css/cssom-view/scroll-behavior-smooth.html:57:5)
Pass
assert_equals(5000, 5000, "scroll-behavior:smooth on BODY should scroll viewport instantly")
    at Test.<anonymous> ( /css/cssom-view/scroll-behavior-smooth.html:61:5)