blob: 979b16beb5350be4119c138916657e7856cde1f0 [file] [log] [blame]
Blocked access to external URL http://www.localhost:8800/common/redirect.py?location=http://localhost:8800/navigation-timing/resources/blank_page_green.html
Description
This test validates the values of the window.performance.redirectCount and the window.performance.timing.redirectStart/End times for a cross-origin server side redirect navigation.
PASS window.performance is defined
PASS window.performance.navigation is defined
PASS timing.navigation.type is TYPE_NAVIGATE
PASS navigation.redirectCount == 0 on a cross-origin server redirected navigation
PASS window.performance.timing.navigationStart > 0
PASS timing.redirectStart == 0 on a server redirected navigation from another domain
PASS timing.redirectEnd == 0 on a server redirected navigation from another domain