mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Enable service worker WPT tests. (#36221)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
5f4624d8d5
commit
ee95ef53fb
314 changed files with 5348 additions and 35 deletions
195
tests/wpt/meta/service-workers/service-worker/navigation-headers.https.html.ini
vendored
Normal file
195
tests/wpt/meta/service-workers/service-worker/navigation-headers.https.html.ini
vendored
Normal file
|
@ -0,0 +1,195 @@
|
|||
[navigation-headers.https.html]
|
||||
[Setup service worker]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with navpreload service worker sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with service worker that changes the request sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, same-origin with service worker that changes the request sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, same-site with no service worker sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, same-site with passthrough service worker sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, same-site with fallback service worker sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-site with navpreload service worker sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-site with service worker that changes the request sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, same-site with service worker that changes the request sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, cross-site with no service worker sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, cross-site with passthrough service worker sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, cross-site with fallback service worker sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, cross-site with navpreload service worker sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, cross-site with service worker that changes the request sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, cross-site with service worker that changes the request sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, same-origin with same-site redirect and change-request service worker sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, same-origin with cross-site redirect and change-request service worker sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, same-origin with cross-site redirect, same-origin redirect, and no service worker sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, same-origin with cross-site redirect, same-origin redirect, and passthrough service worker sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, same-origin with cross-site redirect, same-origin redirect, and fallback service worker sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, same-origin with cross-site redirect, same-origin redirect, and change-request service worker sets correct origin and referer headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with no service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, same-origin with no service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with passthrough service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, same-origin with passthrough service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with fallback service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, same-origin with fallback service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with navpreload service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with service worker that changes the request sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, same-origin with service worker that changes the request sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-site with no service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, same-site with no service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-site with passthrough service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, same-site with passthrough service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-site with fallback service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, same-site with fallback service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-site with navpreload service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-site with service worker that changes the request sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, same-site with service worker that changes the request sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, cross-site with no service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, cross-site with no service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, cross-site with passthrough service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, cross-site with passthrough service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, cross-site with fallback service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, cross-site with fallback service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, cross-site with navpreload service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, cross-site with service worker that changes the request sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[POST Navigation, cross-site with service worker that changes the request sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with same-site redirect and no service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with same-site redirect and passthrough service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with same-site redirect and fallback service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with same-site redirect and navpreload service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with same-site redirect and change-request service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with cross-site redirect and no service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with cross-site redirect and passthrough service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with cross-site redirect and fallback service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with cross-site redirect and navpreload service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with cross-site redirect and change-request service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with cross-site redirect, same-origin redirect, and no service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with cross-site redirect, same-origin redirect, and passthrough service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with cross-site redirect, same-origin redirect, and fallback service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with cross-site redirect, same-origin redirect, and navpreload service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[GET Navigation, same-origin with cross-site redirect, same-origin redirect, and change-request service worker sets correct sec-fetch headers.]
|
||||
expected: FAIL
|
||||
|
||||
[Cleanup service worker]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue