servo/tests/wpt/meta/fetch/metadata/generated/window-location.sub.html.ini
Tim van der Lippe c808ff7666
Fix Sec-Fetch-Site header (#37277)
While working on #37209 I discovered that the header was computed
incorrectly. After carefully reading the specification, I realized that
the link in the spec was wrong and we were missing the fact that for
host-domains, we should operate on the registrable domain.

Additionally, the same-site call was missing the negation.

Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
2025-06-07 16:57:29 +00:00

24 lines
674 B
INI
Vendored

[window-location.sub.html]
[sec-fetch-site - HTTPS upgrade - location]
expected: FAIL
[sec-fetch-site - HTTPS upgrade - location.href]
expected: FAIL
[sec-fetch-site - HTTPS upgrade - location.assign]
expected: FAIL
[sec-fetch-site - HTTPS upgrade - location.replace]
expected: FAIL
[sec-fetch-site - HTTPS downgrade (header not sent) - location]
expected: FAIL
[sec-fetch-site - HTTPS downgrade (header not sent) - location.href]
expected: FAIL
[sec-fetch-site - HTTPS downgrade (header not sent) - location.assign]
expected: FAIL
[sec-fetch-site - HTTPS downgrade (header not sent) - location.replace]
expected: FAIL