Description

This test validates the values of the window.performance.getEntriesByType("navigation")[0].redirectCount and the window.performance.getEntriesByType("navigation")[0].redirectStart/End times for a cross-origin server side redirect navigation.

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassNavigation Timing 2 WPT
Asserts run
Pass
assert_equals("navigate", "navigate", "Expected navigation type to be navigate.")
    at HTMLIFrameElement.onload_test ( /navigation-timing/nav2-test-redirect-xserver.html:17:17)
Pass
assert_equals(0, 0, "Expected redirectCount to be 0.")
    at HTMLIFrameElement.onload_test ( /navigation-timing/nav2-test-redirect-xserver.html:20:17)
Pass
assert_equals(0, 0, "Expected redirectStart to be 0.")
    at HTMLIFrameElement.onload_test ( /navigation-timing/nav2-test-redirect-xserver.html:22:17)
Pass
assert_equals(0, 0, "Expected redirectEnd to be 0.")
    at HTMLIFrameElement.onload_test ( /navigation-timing/nav2-test-redirect-xserver.html:24:17)