diff options
Diffstat (limited to 'testing/web-platform/meta/storage-access-api/hasStorageAccess-insecure.sub.window.js.ini')
-rw-r--r-- | testing/web-platform/meta/storage-access-api/hasStorageAccess-insecure.sub.window.js.ini | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/testing/web-platform/meta/storage-access-api/hasStorageAccess-insecure.sub.window.js.ini b/testing/web-platform/meta/storage-access-api/hasStorageAccess-insecure.sub.window.js.ini new file mode 100644 index 0000000000..a31d80a0ce --- /dev/null +++ b/testing/web-platform/meta/storage-access-api/hasStorageAccess-insecure.sub.window.js.ini @@ -0,0 +1,31 @@ +[hasStorageAccess-insecure.sub.window.html] + expected: [OK, TIMEOUT] + [[top-level-context\] document.hasStorageAccess() should be disallowed in insecure contexts] + expected: FAIL + + [[same-origin-frame\] document.hasStorageAccess() should be disallowed in insecure contexts] + expected: FAIL + + [[cross-origin-frame\] document.hasStorageAccess() should be disallowed in insecure contexts] + expected: FAIL + + [[nested-same-origin-frame\] document.hasStorageAccess() should be disallowed in insecure contexts] + expected: FAIL + + [[nested-cross-origin-frame\] document.hasStorageAccess() should be disallowed in insecure contexts] + expected: FAIL + + [[top-level-context\] document.hasStorageAccess() should reject in a document that isn't fully active.] + expected: FAIL + + [[same-origin-frame\] document.hasStorageAccess() should reject in a document that isn't fully active.] + expected: FAIL + + [[cross-origin-frame\] document.hasStorageAccess() should reject in a document that isn't fully active.] + expected: FAIL + + [[nested-same-origin-frame\] document.hasStorageAccess() should reject in a document that isn't fully active.] + expected: FAIL + + [[nested-cross-origin-frame\] document.hasStorageAccess() should reject in a document that isn't fully active.] + expected: FAIL |