blob: 74bfaed22aac23cd562ec84596d16ade01d41427 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
[opaque-origin.https.window.html]
expected:
if os == "android": OK
TIMEOUT
[navigator.storage.persist() in non-sandboxed iframe should not reject]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "android": PASS
TIMEOUT
[navigator.storage.persist() in sandboxed iframe should reject with TypeError]
expected:
if os == "android": PASS
NOTRUN
[navigator.storage.estimate() in non-sandboxed iframe should not reject]
expected:
if os == "win": [PASS, NOTRUN]
[navigator.storage.estimate() in sandboxed iframe should reject with TypeError]
expected:
if os == "win": [PASS, NOTRUN]
[navigator.storage.persisted() in sandboxed iframe should reject with TypeError]
expected:
if os == "win": [PASS, NOTRUN]
[navigator.storage.persisted() in non-sandboxed iframe should not reject]
expected:
if os == "win": [PASS, TIMEOUT]
|