| |
| 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 |
| |