Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Failevent and promise ordering for navigation.reload() intercepted by intercept()assert_array_equals: lengths differ, expected array ["navigate", "currententrychange", "handler run", "committed fulfilled", "promise microtask", "navigatesuccess", "finished fulfilled", "transition.finished fulfilled"] length 8, got ["navigate", "currententrychange", "handler run", "popstate", "committed fulfilled", "promise microtask", "navigatesuccess", "finished fulfilled", "transition.finished fulfilled"] length 9
    at Recorder.assert (https://not-wpt.live/navigation-api/ordering-and-transition/resources/helpers.mjs:122:5)
    at Test.<anonymous> (https://not-wpt.live/navigation-api/ordering-and-transition/reload-no-popstate.html:34:12)
Asserts run
Pass
assert_equals("string", "string", "Must pass a string for finalExpectedEvent")
    at new Recorder ( /navigation-api/ordering-and-transition/resources/helpers.mjs:22:5)
Fail
assert_array_equals(["navigate", "currententrychange", "handler run", "popstate", "committed fulfilled", "promise microtask", "navigatesuccess", "finished fulfilled", "transition.finished fulfilled"], ["navigate", "currententrychange", "handler run", "committed fulfilled", "promise microtask", "navigatesuccess", "finished fulfilled", "transition.finished fulfilled"])
    at Recorder.assert ( /navigation-api/ordering-and-transition/resources/helpers.mjs:122:5)