Description

This test validates that the value of the window.performance.getEntriesByType("navigation")[0].redirectCount attribute, as well as the window.performance.getEntriesByType("navigation")[0].redirectStart and redirectEnd attributes on a non-redirected navigation.

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassNaivation without redirects.
Asserts run
Pass
assert_equals(0, 0, "Expected redirectCount to be 0.")
    at Test.<anonymous> ( /navigation-timing/nav2-test-redirect-none.html:21:21)
Pass
assert_equals(0, 0, "Expected redirectStart to be 0.")
    at Test.<anonymous> ( /navigation-timing/nav2-test-redirect-none.html:22:21)
Pass
assert_equals(0, 0, "Expected redirectEnd to be 0.")
    at Test.<anonymous> ( /navigation-timing/nav2-test-redirect-none.html:23:21)