Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassTimeline time increases once per animation frame
Asserts run
Pass
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)
FailTimeline time increases once per animation frame in an iframeassert_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 run
Pass
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)
PassTimeline time should be the same for all RAF callbacks in an animation frame
Asserts run
Pass
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
PassPerforms a microtask checkpoint after updating timelines
Asserts runNo asserts ran
PassRuns finished promise before animation events
Asserts run
Pass
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)