[same-site-cookies.https.html]
expected:
if (os == "linux") and debug: TIMEOUT
if os == "android": TIMEOUT
[cross-site, form post with no service worker]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": [NOTRUN, FAIL]
FAIL
[cross-site, form post with fallback]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": [NOTRUN, FAIL, TIMEOUT]
FAIL
[cross-site, form post with passthrough]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": [NOTRUN, FAIL, TIMEOUT]
FAIL
[same-origin, form post with no service worker and cross-site redirect]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": [NOTRUN, FAIL, TIMEOUT]
FAIL
[same-origin, form post with fallback and cross-site redirect]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": [NOTRUN, FAIL, TIMEOUT]
FAIL
[same-origin, form post with passthrough and cross-site redirect]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": [NOTRUN, FAIL]
FAIL
[same-origin, form post with no service worker, cross-site redirect, and same-origin redirect]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": [NOTRUN, FAIL, TIMEOUT]
FAIL
[same-origin, form post with fallback, cross-site redirect, and same-origin redirect]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": [NOTRUN, FAIL]
FAIL
[same-origin, form post with passthrough, cross-site redirect, and same-origin redirect]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": [NOTRUN, FAIL]
FAIL
[same-origin, nested set location with cross-site middle frame and change-request service worker]
expected:
if debug and (os == "linux"): [NOTRUN, FAIL, TIMEOUT]
FAIL
[same-origin, nested set location with cross-site middle frame and no service worker]
expected: FAIL
[same-origin, nested set location with cross-site middle frame and fallback service worker]
expected:
if debug and (os == "linux"): [TIMEOUT, FAIL]
FAIL
[same-origin, nested set location with cross-site middle frame and passthrough service worker]
expected:
if debug and (os == "linux"): [NOTRUN, FAIL, TIMEOUT]
FAIL
[same-origin, nested set location with cross-site middle frame and navpreload service worker]
expected:
if (os == "linux") and debug: [NOTRUN, FAIL, TIMEOUT]
if os == "android": [FAIL, TIMEOUT]
FAIL
[same-origin, form post with no service worker]
expected:
if (os == "linux") and debug: [NOTRUN, PASS, TIMEOUT]
if os == "android": [PASS, NOTRUN]
[same-origin, form post with fallback]
expected:
if (os == "linux") and debug: [NOTRUN, PASS]
if os == "android": [PASS, NOTRUN]
[same-origin, form post with passthrough]
expected:
if (os == "linux") and debug: [NOTRUN, PASS, TIMEOUT]
if os == "android": [TIMEOUT, PASS, NOTRUN]
[same-origin, form post with change-request]
expected:
if (os == "linux") and debug: [NOTRUN, PASS, TIMEOUT]
if os == "android": [NOTRUN, PASS]
[same-site, form post with no service worker]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": [NOTRUN, PASS]
[same-site, form post with fallback]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": [NOTRUN, PASS]
[same-site, form post with passthrough]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": [NOTRUN, PASS, TIMEOUT]
[same-site, form post with change-request]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": [NOTRUN, PASS, TIMEOUT]
[cross-site, form post with change-request]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": [NOTRUN, PASS]
[same-origin, form post with no service worker and same-site redirect]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": [NOTRUN, PASS]
[same-origin, form post with fallback and same-site redirect]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": [NOTRUN, PASS, TIMEOUT]
[same-origin, form post with passthrough and same-site redirect]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": [NOTRUN, PASS, TIMEOUT]
[same-origin, form post with change-request and same-site redirect]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": [NOTRUN, PASS, TIMEOUT]
[same-origin, form post with change-request and cross-site redirect]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": [NOTRUN, PASS]
[same-origin, form post with change-request, cross-site redirect, and same-origin redirect]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": [NOTRUN, TIMEOUT]
[Cleanup service workers]
expected:
if (os == "linux") and debug: NOTRUN
if os == "android": NOTRUN