blob: 9fdab60b62c2e992dd43a461d7f36d7bb4f30aab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
|