mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
* Implement sec-fetch-dest header Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Implement "is same site" algorithm Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Implement remaining sec-fetch-* headers Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Fix casing of header names Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Fix handling Destination::None in sec-fetch-dest This also removes the comment about wanting to upgrade to a newer content-security-protocol version because the csp doesn't implement the "empty" case. Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update WPT expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Remove colon from spec comment Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Adjust expected default headers Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Fix test expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
42 lines
1.2 KiB
INI
Vendored
42 lines
1.2 KiB
INI
Vendored
[element-script.https.sub.html]
|
|
[sec-fetch-site - Cross-site, no attributes]
|
|
expected: FAIL
|
|
|
|
[sec-fetch-site - Cross-site, attributes: type=module]
|
|
expected: FAIL
|
|
|
|
[sec-fetch-site - Same-Origin -> Cross-Site -> Same-Origin redirect, no attributes]
|
|
expected: FAIL
|
|
|
|
[sec-fetch-site - Same-Origin -> Cross-Site -> Same-Origin redirect, attributes: type=module]
|
|
expected: FAIL
|
|
|
|
[sec-fetch-site - Cross-Site -> Same Origin, no attributes]
|
|
expected: FAIL
|
|
|
|
[sec-fetch-site - Cross-Site -> Same Origin, attributes: type=module]
|
|
expected: FAIL
|
|
|
|
[sec-fetch-site - Cross-Site -> Same-Site, no attributes]
|
|
expected: FAIL
|
|
|
|
[sec-fetch-site - Cross-Site -> Same-Site, attributes: type=module]
|
|
expected: FAIL
|
|
|
|
[sec-fetch-site - Cross-Site -> Cross-Site, no attributes]
|
|
expected: FAIL
|
|
|
|
[sec-fetch-site - Cross-Site -> Cross-Site, attributes: type=module]
|
|
expected: FAIL
|
|
|
|
[sec-fetch-site - Same-Origin -> Cross-Site, no attributes]
|
|
expected: FAIL
|
|
|
|
[sec-fetch-site - Same-Origin -> Cross-Site, attributes: type=module]
|
|
expected: FAIL
|
|
|
|
[sec-fetch-site - Same-Site -> Cross-Site, no attributes]
|
|
expected: FAIL
|
|
|
|
[sec-fetch-site - Same-Site -> Cross-Site, attributes: type=module]
|
|
expected: FAIL
|