diff options
Diffstat (limited to 'testing/web-platform/meta/storage/opaque-origin.https.window.js.ini')
-rw-r--r-- | testing/web-platform/meta/storage/opaque-origin.https.window.js.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/meta/storage/opaque-origin.https.window.js.ini b/testing/web-platform/meta/storage/opaque-origin.https.window.js.ini new file mode 100644 index 0000000000..2eb6aab748 --- /dev/null +++ b/testing/web-platform/meta/storage/opaque-origin.https.window.js.ini @@ -0,0 +1,14 @@ +[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 |