Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passevent.intercept() should throw if the handler is null
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => e.intercept({ handler: null })")
    at Test.<anonymous> ( /navigation-api/navigate-event/intercept-handler-null-or-undefined.html:7:5)
Pass
assert_equals("#1", "#1")
    at Test.<anonymous> ( /navigation-api/navigate-event/intercept-handler-null-or-undefined.html:11:3)
Passevent.intercept() should not throw if the handler is explicit undefined
Asserts run
Pass
assert_equals("#2", "#2")
    at Test.<anonymous> ( /navigation-api/navigate-event/intercept-handler-null-or-undefined.html:19:3)