[opaque-origin.https.window.html]
expected:
if (os == "android") and not fission: OK
if (os == "android") and fission: [OK, TIMEOUT]
TIMEOUT
[navigator.storage.persist() in non-sandboxed iframe should not reject]
expected:
if os == "android": PASS
TIMEOUT
[navigator.storage.persist() in sandboxed iframe should reject with TypeError]
expected:
if os == "android": PASS
NOTRUN