blob: eec3fb105a9d1c5c8a8bb8f7d7fb0e120911fbdf [file] [log] [blame]
PASS Testing that link element to load stylesheets correctly handle crossorigin mode.
PASS Same-origin URL link without crossorigin attribute should be loaded without an Origin header
PASS Cross-origin URL link without crossorigin attribute should be loaded without an Origin header
PASS Same-origin URL link with crossorigin="" attribute should be loaded with an Origin header
PASS Cross-origin URL link with crossorigin="" should be loaded with an Origin header
PASS Cross-origin URL link with crossorigin="anonymous" should be loaded with an Origin header
PASS Cross-origin URL link with crossorigin="credentials" should be loaded with an Origin header