Description

This test validates the values of the window.performance.redirectCount and the window.performance.timing.redirectStart/End times for a same-origin server side redirect navigation.

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
FailNavigation Timing 2 WPTUncaught Error: assert_equals: expected "http://wpt.live/navigation-timing/resources/blank_page_green.html" but got "https://wpt.live/navigation-timing/resources/blank_page_green.html"
    at onload_test (https://wpt.live/navigation-timing/nav2-test-redirect-server.html:29:17)
    at HTMLIFrameElement.onload (https://wpt.live/navigation-timing/nav2-test-redirect-server.html:47:182)
Asserts run
Pass
assert_equals("navigate", "navigate", "Expected navigation type  to be navigate.")
    at onload_test ( /navigation-timing/nav2-test-redirect-server.html:25:17)
Pass
assert_equals(1, 1, "Expected redirectCount to be 1.")
    at onload_test ( /navigation-timing/nav2-test-redirect-server.html:28:17)
Fail
assert_equals("https://wpt.live/navigation-timing/resources/blank_page_green.html", "http://wpt.live/navigation-timing/resources/blank_page_green.html")
    at onload_test ( /navigation-timing/nav2-test-redirect-server.html:29:17)