Bug 1848783, part 7 - Update WPT ini files - r=anti-tracking-reviewers,timhuang

Differential Revision: https://phabricator.services.mozilla.com/D187288
This commit is contained in:
Benjamin VanderSloot 2023-09-19 11:11:20 +00:00
Родитель 5a1eb36a94
Коммит 89e731c043
18 изменённых файлов: 26 добавлений и 214 удалений

Просмотреть файл

@ -1 +1 @@
prefs: [marionette.setpermission.enabled:true]
prefs: [marionette.setpermission.enabled:true, dom.storage_access.auto_grants:false, dom.storage_access.prompt.testing:true, dom.storage_access.prompt.testing.allow:false]

Просмотреть файл

@ -2,5 +2,3 @@
[[ABA\] document.hasStorageAccess() should not be allowed by default unless in top-level frame or same-origin iframe.]
expected: FAIL
[[ABA\] document.hasStorageAccess() should reject in a document that isn't fully active.]
expected: FAIL

Просмотреть файл

@ -1,31 +0,0 @@
[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

Просмотреть файл

@ -1,24 +0,0 @@
[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

Просмотреть файл

@ -1,3 +0,0 @@
[idlharness.window.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]

Просмотреть файл

@ -1,14 +0,0 @@
[requestStorageAccess-ABA.tentative.sub.https.window.html]
expected:
[OK, TIMEOUT, ERROR]
[[ABA\] document.requestStorageAccess() should resolve in top-level frame or same-site iframe, otherwise reject with a NotAllowedError with no user gesture.]
expected: FAIL
[[ABA\] document.requestStorageAccess() should be resolved with no user gesture when a permission grant exists, and should allow cookie access]
expected: FAIL
[[ABA\] document.requestStorageAccess() should resolve without permission grant or user gesture]
expected: FAIL
[[ABA\] document.requestStorageAccess() should resolve with denied permission]
expected: FAIL

Просмотреть файл

@ -1,13 +1,3 @@
[requestStorageAccess-cross-origin-iframe-navigation.sub.https.window.html]
expected: OK
[Self-initiated same-origin navigations preserve storage access]
expected: FAIL
[Self-initiated reloads preserve storage access]
expected: FAIL
[Non-self-initiated same-origin navigations do not preserve storage access]
expected: FAIL
[Self-initiated cross-origin navigations do not preserve storage access]
expected: FAIL

Просмотреть файл

@ -1,14 +0,0 @@
[requestStorageAccess-cross-site-iframe.sub.https.window.html]
expected:
if (os == "android") and debug and swgl: [TIMEOUT, OK]
if (os == "android") and debug and not swgl: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[OK, TIMEOUT]
[[cross-site-frame\] document.requestStorageAccess() should be rejected with a NotAllowedError without permission grant]
expected: [TIMEOUT, FAIL]
[[cross-site-frame\] document.requestStorageAccess() should be rejected with a NotAllowedError with denied permission]
expected: [NOTRUN, FAIL]
[[cross-site-frame\] document.requestStorageAccess() should be resolved with no user gesture when a permission grant exists, and should allow cookie access]
expected: FAIL

Просмотреть файл

@ -1,7 +1,3 @@
[requestStorageAccess-cross-site-sibling-iframes.sub.https.window.html]
expected: OK
[Grants have per-frame scope]
expected: FAIL
[Cross-site sibling iframes should not be able to take advantage of the existing permission grant requested by others.]
expected: FAIL

Просмотреть файл

@ -1,10 +0,0 @@
[requestStorageAccess-insecure.sub.window.html]
expected: TIMEOUT
[[non-fully-active\] document.requestStorageAccess() should reject when run in a detached frame]
expected: TIMEOUT
[[non-fully-active\] document.requestStorageAccess() should reject when run in a detached DOMParser document]
expected: NOTRUN
[[top-level-context\] document.requestStorageAccess() should be rejected when called with a user gesture in insecure context]
expected: NOTRUN

Просмотреть файл

@ -1,18 +1,17 @@
[requestStorageAccess-nested-cross-origin-iframe.sub.https.window.html]
expected:
if (os == "android") and not swgl and not debug: [OK, TIMEOUT, ERROR]
if (os == "mac") and not debug: [OK, TIMEOUT, ERROR]
if (os == "android") and swgl: [OK, TIMEOUT, ERROR]
if (os == "win") and not debug: [TIMEOUT, OK, ERROR]
[OK, ERROR, TIMEOUT]
[[nested-cross-origin-frame\] document.requestStorageAccess() should be resolved with no user gesture when a permission grant exists, and should allow cookie access]
expected: FAIL
expected: [OK, TIMEOUT]
[[nested-cross-origin-frame\] document.requestStorageAccess() should exist on the document interface]
expected: PASS
[[nested-cross-origin-frame\] document.requestStorageAccess() should resolve in top-level frame or same-site iframe, otherwise reject with a NotAllowedError with no user gesture.]
expected: FAIL
expected: PASS
[[nested-cross-origin-frame\] document.requestStorageAccess() should resolve without permission grant or user gesture]
expected: FAIL
[[nested-cross-origin-frame\] document.requestStorageAccess() should be resolved with no user gesture when a permission grant exists, and should allow cookie access]
expected: PASS
[[nested-cross-origin-frame\] document.requestStorageAccess() should resolve without permission grant or user gesture ]
expected: PASS
[[nested-cross-origin-frame\] document.requestStorageAccess() should resolve with denied permission]
expected: FAIL
expected: PASS

Просмотреть файл

@ -1,13 +0,0 @@
[requestStorageAccess-nested-cross-site-iframe.sub.https.window.html]
expected:
if os == "mac": [OK, TIMEOUT]
if os == "win": [OK, TIMEOUT]
[OK, TIMEOUT]
[[nested-cross-site-frame\] document.requestStorageAccess() should be rejected with a NotAllowedError without permission grant]
expected: [TIMEOUT, FAIL]
[[nested-cross-site-frame\] document.requestStorageAccess() should be rejected with a NotAllowedError with denied permission]
expected: [NOTRUN, FAIL]
[[nested-cross-site-frame\] document.requestStorageAccess() should be resolved with no user gesture when a permission grant exists, and should allow cookie access]
expected: FAIL

Просмотреть файл

@ -1,14 +1,18 @@
[requestStorageAccess-nested-same-origin-iframe.sub.https.window.html]
expected:
[OK, ERROR, TIMEOUT]
[[nested-same-origin-frame\] document.requestStorageAccess() should resolve without permission grant or user gesture]
expected: FAIL
expected: [OK, TIMEOUT]
[[nested-same-origin-frame\] document.requestStorageAccess() should resolve with denied permission]
expected: FAIL
[[nested-same-origin-frame\] document.requestStorageAccess() should be resolved with no user gesture when a permission grant exists, and should allow cookie access]
expected: FAIL
[[nested-same-origin-frame\] document.requestStorageAccess() should exist on the document interface]
expected: PASS
[[nested-same-origin-frame\] document.requestStorageAccess() should resolve in top-level frame or same-site iframe, otherwise reject with a NotAllowedError with no user gesture.]
expected: FAIL
expected: PASS
[[nested-same-origin-frame\] document.requestStorageAccess() should be resolved with no user gesture when a permission grant exists, and should allow cookie access]
expected: PASS
[[nested-same-origin-frame\] document.requestStorageAccess() should resolve without permission grant or user gesture ]
expected: PASS
[[nested-same-origin-frame\] document.requestStorageAccess() should resolve with denied permission]
expected: PASS

Просмотреть файл

@ -1,7 +0,0 @@
[requestStorageAccess-non-fully-active.sub.https.window.html]
expected: TIMEOUT
[[non-fully-active\] document.requestStorageAccess() should not resolve when run in a detached frame]
expected: TIMEOUT
[[non-fully-active\] document.requestStorageAccess() should not resolve when run in a detached DOMParser document]
expected: NOTRUN

Просмотреть файл

@ -1,15 +0,0 @@
[requestStorageAccess-same-site-iframe.sub.https.window.html]
expected:
if (os == "mac") and debug: [TIMEOUT, OK]
[OK, TIMEOUT, ERROR]
[[same-site-frame\] document.requestStorageAccess() should resolve in top-level frame or same-site iframe, otherwise reject with a NotAllowedError with no user gesture.]
expected: FAIL
[[same-site-frame\] document.requestStorageAccess() should be resolved with no user gesture when a permission grant exists, and should allow cookie access]
expected: FAIL
[[same-site-frame\] document.requestStorageAccess() should resolve without permission grant or user gesture]
expected: FAIL
[[same-site-frame\] document.requestStorageAccess() should resolve with denied permission]
expected: FAIL

Просмотреть файл

@ -1,19 +0,0 @@
[requestStorageAccess.sub.https.window.html]
expected: ERROR
[[top-level-context\] document.requestStorageAccess() should be resolved with no user gesture when a permission grant exists, and should allow cookie access]
expected: FAIL
[[top-level-context\] document.requestStorageAccess() should resolve without permission grant or user gesture]
expected: NOTRUN
[[top-level-context\] document.requestStorageAccess() should resolve with denied permission]
expected: NOTRUN
[[top-level-context\] document.requestStorageAccess() should resolve without permission grant or user gesture]
expected: FAIL
[[top-level-context\] document.requestStorageAccess() should resolve with denied permission]
expected: FAIL
[[top-level-context\] document.requestStorageAccess() should resolve in top-level frame or same-site iframe, otherwise reject with a NotAllowedError with no user gesture.]
expected: FAIL

Просмотреть файл

@ -1,14 +0,0 @@
[storage-access-permission.sub.https.window.html]
expected:
[OK, TIMEOUT]
[Permissions grants are observable across same-origin iframes]
expected: [TIMEOUT, FAIL]
[Permissions grants are observable across same-site iframes]
expected: [NOTRUN, FAIL, TIMEOUT]
[Permission state can be observed]
expected: FAIL
[IFrame tests]
expected: [PASS, NOTRUN]

Просмотреть файл

@ -1,14 +1,3 @@
[storageAccess.testdriver.sub.html]
expected:
if (os == "win") and debug: OK
if os == "android": OK
[OK, TIMEOUT]
[TestDriver - Set Storage Access Command Tests]
expected: FAIL
[TestDriver - Set Storage Access Command Tests]
expected:
if not debug and (os == "linux") and fission: [FAIL, PASS]
if not debug and (os == "linux") and not fission: [FAIL, PASS]
if not debug and (os == "win"): [FAIL, PASS]
FAIL