mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
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>
18 lines
596 B
INI
Vendored
18 lines
596 B
INI
Vendored
[element-picture.sub.html]
|
|
[sec-fetch-site - img[src\] - HTTPS upgrade, no attributes]
|
|
expected: FAIL
|
|
|
|
[sec-fetch-site - img[srcset\] - HTTPS upgrade, no attributes]
|
|
expected: FAIL
|
|
|
|
[sec-fetch-site - source[srcset\] - HTTPS upgrade, no attributes]
|
|
expected: FAIL
|
|
|
|
[sec-fetch-site - img[src\] - HTTPS downgrade (header not sent), no attributes]
|
|
expected: FAIL
|
|
|
|
[sec-fetch-site - img[srcset\] - HTTPS downgrade (header not sent), no attributes]
|
|
expected: FAIL
|
|
|
|
[sec-fetch-site - source[srcset\] - HTTPS downgrade (header not sent), no attributes]
|
|
expected: FAIL
|