Pass | Make sure the page is ready for animation. | Asserts runNo asserts ran |
Pass | scroll-behavior: smooth on DIV element | Asserts runPass | 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) |
|
Pass | HTML element scroll-behavior should propagate to viewport | Asserts runPass | 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) |
|
Pass | BODY element scroll-behavior should not propagate to viewport | Asserts runPass | 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) |
|