summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/service-workers/service-worker/tentative
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/service-workers/service-worker/tentative')
-rw-r--r--testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-fetch-event.https.html.ini6
-rw-r--r--testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-invalid-rules.https.html.ini3
-rw-r--r--testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-main-resource.https.html.ini18
-rw-r--r--testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-multiple-router-registrations.https.html.ini6
-rw-r--r--testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-no-fetch-handler.https.html.ini6
-rw-r--r--testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-race-network-and-fetch-handler.https.html.ini26
-rw-r--r--testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-request-destination.https.html.ini6
-rw-r--r--testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-request-method.https.html.ini12
-rw-r--r--testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-subresource.https.html.ini42
9 files changed, 125 insertions, 0 deletions
diff --git a/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-fetch-event.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-fetch-event.https.html.ini
new file mode 100644
index 0000000000..14abf4227a
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-fetch-event.https.html.ini
@@ -0,0 +1,6 @@
+[static-router-fetch-event.https.html]
+ [Main resource matched the rule with fetch-event source]
+ expected: FAIL
+
+ [Subresource load matched the rule fetch-event source]
+ expected: FAIL
diff --git a/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-invalid-rules.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-invalid-rules.https.html.ini
new file mode 100644
index 0000000000..8d3ee71ab6
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-invalid-rules.https.html.ini
@@ -0,0 +1,3 @@
+[static-router-invalid-rules.https.html]
+ [addRoutes should raise for invalid request method.]
+ expected: FAIL
diff --git a/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-main-resource.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-main-resource.https.html.ini
new file mode 100644
index 0000000000..a9541b5da7
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-main-resource.https.html.ini
@@ -0,0 +1,18 @@
+[static-router-main-resource.https.html]
+ [Main resource load matched with the condition]
+ expected: FAIL
+
+ [Main resource load not matched with the condition]
+ expected: FAIL
+
+ [Main resource load matched with the ignore case condition]
+ expected: FAIL
+
+ [Main resource load matched without the ignore case condition]
+ expected: FAIL
+
+ [Main resource load matched with the cache source]
+ expected: FAIL
+
+ [Main resource fallback to the network when there is no cache entry]
+ expected: FAIL
diff --git a/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-multiple-router-registrations.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-multiple-router-registrations.https.html.ini
new file mode 100644
index 0000000000..fe175aff19
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-multiple-router-registrations.https.html.ini
@@ -0,0 +1,6 @@
+[static-router-multiple-router-registrations.https.html]
+ [Main reosurce load matched with the service worker having multiple rules]
+ expected: FAIL
+
+ [Resource load matched with the rule registered in the imported service worker]
+ expected: FAIL
diff --git a/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-no-fetch-handler.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-no-fetch-handler.https.html.ini
new file mode 100644
index 0000000000..2f1b501f7d
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-no-fetch-handler.https.html.ini
@@ -0,0 +1,6 @@
+[static-router-no-fetch-handler.https.html]
+ [The router rule is evaluated without fetch handlers in service worker]
+ expected: FAIL
+
+ [addRoutes should raise if the fetch-event source is used without onfetch]
+ expected: FAIL
diff --git a/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-race-network-and-fetch-handler.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-race-network-and-fetch-handler.https.html.ini
new file mode 100644
index 0000000000..933289866f
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-race-network-and-fetch-handler.https.html.ini
@@ -0,0 +1,26 @@
+[static-router-race-network-and-fetch-handler.https.html]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
+ [Main resource load matched the rule with race-network-and-fetch-handler source, and the fetch handler response is faster than the server response]
+ expected: FAIL
+
+ [Main resource load matched the rule with race-network-and-fetch-handler source, and the server reseponse is faster than the fetch handler]
+ expected: FAIL
+
+ [Subresource load matched the rule with race-network-and-fetch-handler source, and the fetch handler response is faster than the server response]
+ expected: FAIL
+
+ [Subresource load matched the rule with race-network-and-fetch-handler source, and the server reseponse is faster than the fetch handler]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT]
+ FAIL
+
+ [Subresource load matched the rule with race-network-and-fetch-handler source, and the server reseponse with 204 response is faster than the fetch handler]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
+ FAIL
+
+ [Subresource load matched the rule with race-network-and-fetch-handler source, and the server reseponse is faster than the fetch handler, but not found]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
+ FAIL
diff --git a/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-request-destination.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-request-destination.https.html.ini
new file mode 100644
index 0000000000..086df8793d
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-request-destination.https.html.ini
@@ -0,0 +1,6 @@
+[static-router-request-destination.https.html]
+ [Subreosurce load matched with the requestMethod script condition]
+ expected: FAIL
+
+ [Subreosurce load not matched with the requestMethod script condition]
+ expected: FAIL
diff --git a/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-request-method.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-request-method.https.html.ini
new file mode 100644
index 0000000000..d5d0fa1fcb
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-request-method.https.html.ini
@@ -0,0 +1,12 @@
+[static-router-request-method.https.html]
+ [Subresource load matched with the requestMethod GET condition]
+ expected: FAIL
+
+ [Subresource load matched with the requestMethod POST condition]
+ expected: FAIL
+
+ [Subresource load matched with the requestMethod PUT condition]
+ expected: FAIL
+
+ [Subresource load matched with the requestMethod DELETE condition]
+ expected: FAIL
diff --git a/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-subresource.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-subresource.https.html.ini
new file mode 100644
index 0000000000..c5eb8ad145
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/service-worker/tentative/static-router/static-router-subresource.https.html.ini
@@ -0,0 +1,42 @@
+[static-router-subresource.https.html]
+ [Subresource load matched with URLPattern condition]
+ expected: FAIL
+
+ [Subresource load matched with RequestMode condition]
+ expected: FAIL
+
+ [Subresource load matched with the nested `or` condition]
+ expected: FAIL
+
+ [Subresource load matched with the next `or` condition]
+ expected: FAIL
+
+ [Subresource load not matched with URLPattern condition]
+ expected: FAIL
+
+ [Subresource load not matched with `or` condition]
+ expected: FAIL
+
+ [Subresource cross origin load matched with URLPattern condition via constructed object]
+ expected: FAIL
+
+ [Subresource load matched with URLPattern condition via URLPatternInit]
+ expected: FAIL
+
+ [Subresource cross origin load not matched with URLPattern condition via URLPatternInit]
+ expected: FAIL
+
+ [Subresource load matched with URLPattern condition via string]
+ expected: FAIL
+
+ [Subresource cross origin load not matched with URLPattern condition via string]
+ expected: FAIL
+
+ [Subresource load matched with ignoreCase URLPattern condition]
+ expected: FAIL
+
+ [Subresource load matched without ignoreCase URLPattern condition]
+ expected: FAIL
+
+ [Subresource load matched with the cache source rule]
+ expected: FAIL