summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/service-workers/service-worker/navigation-redirect.https.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/service-workers/service-worker/navigation-redirect.https.html.ini')
-rw-r--r--testing/web-platform/meta/service-workers/service-worker/navigation-redirect.https.html.ini74
1 files changed, 74 insertions, 0 deletions
diff --git a/testing/web-platform/meta/service-workers/service-worker/navigation-redirect.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/navigation-redirect.https.html.ini
new file mode 100644
index 0000000000..83a6e36021
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/service-worker/navigation-redirect.https.html.ini
@@ -0,0 +1,74 @@
+[navigation-redirect.https.html]
+ [SW-fallbacked redirect to same-origin same-scope with different hash fragments.]
+ expected:
+ if debug and (os == "win") and (processor == "x86_64") and swgl: PASS
+ if debug and (os == "android") and not swgl: PASS
+ if debug and (os == "win") and (processor == "x86"): PASS
+ if debug and (os == "linux"): PASS
+ if debug and (os == "mac"): PASS
+ [PASS, FAIL]
+
+ [SW-fallbacked redirect to same-origin same-scope.]
+ expected:
+ if not debug and (os == "linux"): [PASS, FAIL]
+ if not debug and (os == "mac"): [PASS, FAIL]
+ if not debug and (os == "win"): [PASS, FAIL]
+
+ [SW-fallbacked redirect to same-origin same-scope with a hash fragment.]
+ expected:
+ if (os == "linux") and debug and not fission and swgl: [PASS, FAIL]
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
+ if (os == "linux") and not debug: [PASS, FAIL]
+ if os == "mac": [PASS, FAIL]
+
+ [SW-fallbacked redirect to other-origin and back to same-origin.]
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "win") and not debug: [PASS, FAIL]
+
+
+[navigation-redirect.https.html?client]
+ disabled:
+ if os == "mac": true
+ if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1522439
+ if debug and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1522439
+ [Redirect to same-origin out-scope with opaque redirect response.]
+ expected: FAIL
+
+ [SW-generated redirect to same-origin out-scope with different hash fragments.]
+ expected: FAIL
+
+ [Redirect to same-origin out-scope with opaque redirect response which is passed through Cache.]
+ expected: FAIL
+
+ [SW-generated redirect to same-origin out-scope.]
+ expected: FAIL
+
+ [SW-fallbacked redirect to same-origin out-scope.]
+ expected: FAIL
+
+ [SW-fetched redirect to same-origin out-scope.]
+ expected: FAIL
+
+ [SW-generated redirect to same-origin out-scope with a hash fragment.]
+ expected: FAIL
+
+ [SW-fallbacked redirect to other-origin and back to same-origin.]
+ expected:
+ if os == "win": [PASS, FAIL]
+
+
+[navigation-redirect.https.html?default]
+ [SW-fallbacked redirect to same-origin same-scope.]
+ expected:
+ if (processor == "x86_64") and (os == "linux") and asan and fission: [PASS, FAIL]
+ if (processor == "x86_64") and (os == "win") and not debug: [PASS, FAIL]
+ if (processor == "x86") and not debug: [PASS, FAIL]
+
+ [SW-fallbacked redirect to same-origin same-scope with a hash fragment.]
+ expected:
+ if (os == "win") and debug and not swgl: [PASS, FAIL]
+
+ [SW-fallbacked redirect to same-origin same-scope with different hash fragments.]
+ expected:
+ if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, FAIL]