diff options
Diffstat (limited to 'testing/web-platform/meta/background-fetch/abort.https.window.js.ini')
-rw-r--r-- | testing/web-platform/meta/background-fetch/abort.https.window.js.ini | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/web-platform/meta/background-fetch/abort.https.window.js.ini b/testing/web-platform/meta/background-fetch/abort.https.window.js.ini new file mode 100644 index 0000000000..9fdab60b62 --- /dev/null +++ b/testing/web-platform/meta/background-fetch/abort.https.window.js.ini @@ -0,0 +1,17 @@ +[abort.https.window.html] + expected: + if os == "win": [OK, TIMEOUT] + [Calling BackgroundFetchRegistration.abort sets the correct fields and responses are still available] + expected: + if os == "win": [FAIL, NOTRUN] + FAIL + + [Aborting the same registration twice fails] + expected: + if os == "win": [FAIL, TIMEOUT] + FAIL + + [An aborted fetch throws a DOM exception when accessing an incomplete record] + expected: + if os == "win": [FAIL, NOTRUN] + FAIL |