Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassRepeated navigation.traverseTo() with the same key
Asserts run
Pass
assert_equals(object "[object Object]", object "[object Object]", "result object must be from the right realm")
    at window.assertReturnValue ( /navigation-api/navigation-methods/return-value/resources/helpers.js:2:3)
Pass
assert_array_equals(["committed", "finished"], ["committed", "finished"])
    at window.assertReturnValue ( /navigation-api/navigation-methods/return-value/resources/helpers.js:3:3)
Pass
assert_true(true)
    at window.assertReturnValue ( /navigation-api/navigation-methods/return-value/resources/helpers.js:4:3)
Pass
assert_true(true)
    at window.assertReturnValue ( /navigation-api/navigation-methods/return-value/resources/helpers.js:5:3)
Pass
assert_not_equals(object "[object Promise]", object "[object Promise]")
    at window.assertReturnValue ( /navigation-api/navigation-methods/return-value/resources/helpers.js:6:3)
Pass
assert_not_equals(object "[object NavigationHistoryEntry]", undefined, "committed must fulfill before finished")
    at window.assertBothFulfill ( /navigation-api/navigation-methods/return-value/resources/helpers.js:51:3)
Pass
assert_equals(object "[object NavigationHistoryEntry]", object "[object NavigationHistoryEntry]", "committed and finished must fulfill with the same value")
    at window.assertBothFulfill ( /navigation-api/navigation-methods/return-value/resources/helpers.js:52:3)
Pass
assert_true(true, "fulfillment value must be a NavigationHistoryEntry")
    at window.assertBothFulfill ( /navigation-api/navigation-methods/return-value/resources/helpers.js:53:3)
Pass
assert_equals(object "[object NavigationHistoryEntry]", object "[object NavigationHistoryEntry]")
    at window.assertBothFulfill ( /navigation-api/navigation-methods/return-value/resources/helpers.js:54:3)
Pass
assert_not_equals(object "[object Object]", object "[object Object]")
    at Test.<anonymous> ( /navigation-api/navigation-methods/return-value/traverseTo-repeated.html:20:3)
Pass
assert_equals(object "[object Promise]", object "[object Promise]", "committed promises must be equal")
    at Test.<anonymous> ( /navigation-api/navigation-methods/return-value/traverseTo-repeated.html:21:3)
Pass
assert_equals(object "[object Promise]", object "[object Promise]", "finished promises must be equal")
    at Test.<anonymous> ( /navigation-api/navigation-methods/return-value/traverseTo-repeated.html:22:3)