summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/service-workers/service-worker/fetch-event-respond-with-readable-stream.https.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/service-workers/service-worker/fetch-event-respond-with-readable-stream.https.html.ini')
-rw-r--r--testing/web-platform/meta/service-workers/service-worker/fetch-event-respond-with-readable-stream.https.html.ini11
1 files changed, 5 insertions, 6 deletions
diff --git a/testing/web-platform/meta/service-workers/service-worker/fetch-event-respond-with-readable-stream.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/fetch-event-respond-with-readable-stream.https.html.ini
index c68a8cd2de..e6079cd8b5 100644
--- a/testing/web-platform/meta/service-workers/service-worker/fetch-event-respond-with-readable-stream.https.html.ini
+++ b/testing/web-platform/meta/service-workers/service-worker/fetch-event-respond-with-readable-stream.https.html.ini
@@ -2,10 +2,9 @@
expected: TIMEOUT
[Cancellation in the page should be observable in the service worker with nonempty stream]
expected:
- if os == "win": [FAIL, TIMEOUT, PASS, NOTRUN]
+ if os == "win": [FAIL, NOTRUN, PASS, TIMEOUT]
if os == "mac": [FAIL, PASS, TIMEOUT, NOTRUN]
- if os == "android": [PASS, FAIL]
- [FAIL, PASS]
+ [PASS, FAIL]
[Cancellation in the page should be observable in the service worker with empty stream]
expected:
@@ -18,7 +17,7 @@
[Abort in the page should be observable in the service worker with nonempty stream]
expected:
if os == "win": [PASS, NOTRUN, TIMEOUT]
- if os == "linux": [PASS, FAIL]
+ if os == "linux": [FAIL, PASS]
[Subresource built from a ReadableStream - fetch stream]
expected:
@@ -26,7 +25,7 @@
[Main resource built from a ReadableStream]
expected:
- if os == "win": [PASS, TIMEOUT]
+ if os == "win": [PASS, TIMEOUT, NOTRUN]
[Main resource built from a ReadableStream - delayed]
expected:
@@ -34,7 +33,7 @@
[Main resource built from a ReadableStream - fetch stream]
expected:
- if os == "win": [PASS, NOTRUN]
+ if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT]
[Subresource built from a ReadableStream - delayed]