blob: 7769b8247c88a19f3827fcebecbb7a5c99f51756 (
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
|
[hasStorageAccess.sub.https.window.html]
expected: [OK, TIMEOUT]
[[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
[[nested-same-origin-frame\] document.hasStorageAccess() should reject in a document that isn't fully active.]
expected: FAIL
[[cross-site-frame\] document.hasStorageAccess() should not be allowed by default unless in top-level frame or same-origin iframe.]
expected:
if os == "android": FAIL
[[cross-site-frame\] document.hasStorageAccess() should reject in a document that isn't fully active.]
expected: FAIL
[[nested-cross-site-frame\] document.hasStorageAccess() should not be allowed by default unless in top-level frame or same-origin iframe.]
expected:
if os == "android": FAIL
[[nested-cross-site-frame\] document.hasStorageAccess() should reject in a document that isn't fully active.]
expected: FAIL
|