Pass | Timeline time increases once per animation frame | Asserts runPass | assert_equals(0, 0, "Timeline time does not change within an animation frame")
at Test.<anonymous> ( /web-animations/timing-model/timelines/timelines.html:24:3) |
|
Fail | Timeline time increases once per animation frame in an iframe | assert_greater_than: Timeline time within an iframe increases between animation frames expected a number greater than 0 but got 0 at Test.<anonymous> (https://wpt.live/web-animations/timing-model/timelines/timelines.html:49:7)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at https://wpt.live/resources/testharness.js:2717:32 Asserts runPass | assert_equals(0, 0, "Timeline time within an iframe does not change within an animation frame")
at Test.<anonymous> ( /web-animations/timing-model/timelines/timelines.html:44:5) | Fail | assert_greater_than(0, 0, "Timeline time within an iframe increases between animation frames")
at Test.<anonymous> ( /web-animations/timing-model/timelines/timelines.html:49:7) |
|
Pass | Timeline time should be the same for all RAF callbacks in an animation frame | Asserts runPass | assert_greater_than_equal(52.7, 0, "Timeline time should have progressed")
at Test.<anonymous> ( /web-animations/timing-model/timelines/timelines.html:64:7) | Pass | assert_equals(52.7, 52.7, "Timeline time should be the same")
at Test.<anonymous> ( /web-animations/timing-model/timelines/timelines.html:72:7) | Pass | assert_greater_than(52.7, 0, "Timeline time increases between animation frames")
at /web-animations/timing-model/timelines/timelines.html:27:5 |
|
Pass | Performs a microtask checkpoint after updating timelines | Asserts runNo asserts ran |
Pass | Runs finished promise before animation events | Asserts runPass | assert_true(true, "It should run ready promise before animationstart event")
at Test.<anonymous> ( /web-animations/timing-model/timelines/timelines.html:135:5) | Pass | assert_true(true, "It should run finished promise before animationend event")
at Test.<anonymous> ( /web-animations/timing-model/timelines/timelines.html:141:5) | Pass | assert_array_equals(["microtask", "finish"], ["microtask", "finish"])
at Test.<anonymous> ( /web-animations/timing-model/timelines/timelines.html:120:3) | Pass | assert_approx_equals(236.1, 236.1, 0.001, undefined)
at window.assert_times_equal ( /web-animations/testcommon.js:14:5) |
|