[wpt-sync] Sync PR 44695 - Add tests for srcdoc interaction with permissions policy unload.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox136 fixed)
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44695 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44695
Details from upstream follow.
Fergal Daly <fergal@chromium.org> wrote:
Add tests for srcdoc interaction with permissions policy unload.
One of these tests fails.
Bug: 40285153
Change-Id: I4b9ff6353a21ca493f6ccc9a965b10005caa8896
Reviewed-on: https://chromium-review.googlesource.com/5311943
WPT-Export-Revision: b36552509c8894a80ce5cdc86283b5c17806cc46
Assignee | ||
Updated•29 days ago
|
Assignee | ||
Updated•29 days ago
|
Assignee | ||
Comment 1•29 days ago
|
||
Assignee | ||
Comment 2•29 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 17 tests and 1 subtests
Status Summary
Firefox
OK
: 17
FAIL
: 17
Chrome
OK
: 17
PASS
: 12
FAIL
: 5
Links
Details
New Tests That Don't Pass
- /permissions-policy/experimental-features/unload-allowed-by-default.tentative.window.html [wpt.fyi]
- 'unload' Policy : allowed by default:
FAIL
(Chrome:FAIL
)
- 'unload' Policy : allowed by default:
- /permissions-policy/experimental-features/unload-allowed-embed.tentative.window.html [wpt.fyi]
- 'unload' Policy : allowed in frames when allowed in main frame.:
FAIL
(Chrome:PASS
)
- 'unload' Policy : allowed in frames when allowed in main frame.:
- /permissions-policy/experimental-features/unload-allowed-frameset.tentative.window.html [wpt.fyi]
- 'unload' Policy : allowed in frames when allowed in main frame.:
FAIL
(Chrome:PASS
)
- 'unload' Policy : allowed in frames when allowed in main frame.:
- /permissions-policy/experimental-features/unload-allowed-headerless.tentative.window.html?urlType=blank [wpt.fyi]
- 'unload' Policy : allowed in headerless doc when allowed in main frame.:
FAIL
(Chrome:FAIL
)
- 'unload' Policy : allowed in headerless doc when allowed in main frame.:
- /permissions-policy/experimental-features/unload-allowed-headerless.tentative.window.html?urlType=blob [wpt.fyi]
- 'unload' Policy : allowed in headerless doc when allowed in main frame.:
FAIL
(Chrome:FAIL
)
- 'unload' Policy : allowed in headerless doc when allowed in main frame.:
- /permissions-policy/experimental-features/unload-allowed-headerless.tentative.window.html?urlType=srcdoc [wpt.fyi]
- 'unload' Policy : allowed in headerless doc when allowed in main frame.:
FAIL
(Chrome:FAIL
)
- 'unload' Policy : allowed in headerless doc when allowed in main frame.:
- /permissions-policy/experimental-features/unload-allowed-headerless.tentative.window.html?urlType=data [wpt.fyi]
- 'unload' Policy : allowed in headerless doc when allowed in main frame.:
FAIL
(Chrome:FAIL
)
- 'unload' Policy : allowed in headerless doc when allowed in main frame.:
- /permissions-policy/experimental-features/unload-allowed-object.tentative.window.html [wpt.fyi]
- 'unload' Policy : allowed in frames when allowed in main frame.:
FAIL
(Chrome:PASS
)
- 'unload' Policy : allowed in frames when allowed in main frame.:
- /permissions-policy/experimental-features/unload-disallowed-embed.tentative.window.html [wpt.fyi]
- 'unload' Policy : disallowed in frames when disallowed in main frame.:
FAIL
(Chrome:PASS
)
- 'unload' Policy : disallowed in frames when disallowed in main frame.:
- /permissions-policy/experimental-features/unload-disallowed-frameset.tentative.window.html [wpt.fyi]
- 'unload' Policy : disallowed in frames when disallowed in main frame.:
FAIL
(Chrome:PASS
)
- 'unload' Policy : disallowed in frames when disallowed in main frame.:
- /permissions-policy/experimental-features/unload-disallowed-headerless.tentative.window.html?urlType=blank [wpt.fyi]
- 'unload' Policy : disallowed in headerless doc when disallowed in main frame.:
FAIL
(Chrome:PASS
)
- 'unload' Policy : disallowed in headerless doc when disallowed in main frame.:
- /permissions-policy/experimental-features/unload-disallowed-headerless.tentative.window.html?urlType=blob [wpt.fyi]
- 'unload' Policy : disallowed in headerless doc when disallowed in main frame.:
FAIL
(Chrome:PASS
)
- 'unload' Policy : disallowed in headerless doc when disallowed in main frame.:
- /permissions-policy/experimental-features/unload-disallowed-headerless.tentative.window.html?urlType=data [wpt.fyi]
- 'unload' Policy : disallowed in headerless doc when disallowed in main frame.:
FAIL
(Chrome:PASS
)
- 'unload' Policy : disallowed in headerless doc when disallowed in main frame.:
- /permissions-policy/experimental-features/unload-disallowed-headerless.tentative.window.html?urlType=srcdoc [wpt.fyi]
- 'unload' Policy : disallowed in headerless doc when disallowed in main frame.:
FAIL
(Chrome:PASS
)
- 'unload' Policy : disallowed in headerless doc when disallowed in main frame.:
- /permissions-policy/experimental-features/unload-disallowed-object.tentative.window.html [wpt.fyi]
- 'unload' Policy : disallowed in frames when disallowed in main frame.:
FAIL
(Chrome:PASS
)
- 'unload' Policy : disallowed in frames when disallowed in main frame.:
- /permissions-policy/experimental-features/unload-disallowed-subframe.tentative.window.html [wpt.fyi]
- 'unload' Policy : allowed in main frame but disallowed in subframe:
FAIL
(Chrome:PASS
)
- 'unload' Policy : allowed in main frame but disallowed in subframe:
- /permissions-policy/experimental-features/unload-disallowed.tentative.window.html [wpt.fyi]
- 'unload' Policy : disallowed when header is ():
FAIL
(Chrome:PASS
)
- 'unload' Policy : disallowed when header is ():
https://hg.mozilla.org/mozilla-central/rev/880062fedd2d
https://hg.mozilla.org/mozilla-central/rev/76f75d0dac2a
Description
•