[wpt-sync] Sync PR 43841 - Correctly escape ')' in Permission Policy WPTs.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox123 fixed)
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43841 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43841
Details from upstream follow.
Balazs Engedy <engedy@chromium.org> wrote:
Correctly escape ')' in Permission Policy WPTs.
As per documentation 1,
wptserve
pipes require ')' characters to be
escaped, but this was missing in a couple of Permission Policy Web
Platform Tests.Bug: 1513607
Change-Id: Ic46849809445b95bbf641c123cffe54cfcaf61f3Reviewed-on: https://chromium-review.googlesource.com/5163893
WPT-Export-Revision: 1dacb04b4c3700be16b540702ffb608d5c3b45ef
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 78 subtests
Status Summary
Firefox
OK
: 3
FAIL
: 240
Chrome
OK
: 3
FAIL
: 240
Safari
OK
: 3
FAIL
: 240
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /permissions-policy/permissions-policy-frame-policy-allowed-for-self.https.sub.html [wpt.fyi]
- Test frame policy on same origin iframe inherit from header policy.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe inherit from header policy.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe inherit from header policy.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe inherit from header policy.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe inherit from header policy.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL cross origin iframe inherit from header policy.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on sandboxed iframe with no allow attribute.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on sandboxed iframe with allow="fullscreen".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on sandboxed iframe with allow="fullscreen 'src'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on sandboxed iframe with allow="fullscreen https://www.web-platform.test:8443".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc sandboxed iframe with allow="fullscreen".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin sandboxed iframe with allow="fullscreen".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin sandboxed iframe with allow="fullscreen".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on sandboxed srcdoc iframe with allow="fullscreen https://www.web-platform.test:8443".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "*".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "*".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe with allow = "*".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe with allow = "*".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe with allow = "*".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL origin iframe with allow = "*".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe with allow = "'self'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe with allow = "'self'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe with allow = "'self'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL origin iframe with allow = "'self'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'none'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'none'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe with allow = "'none'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe with allow = "'none'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe with allow = "'none'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL origin iframe with allow = "'none'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "" and header policy = "Permissions-Policy: fullscreen=;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "" and header policy = "Permissions-Policy: fullscreen=;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "*" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "*" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "*" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "*" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "*" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "*" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe with allow = "*" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe with allow = "*" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe with allow = "*" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL origin iframe with allow = "*" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe with allow = "'self'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe with allow = "'self'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe with allow = "'self'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL origin iframe with allow = "'self'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'none'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'none'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe with allow = "'none'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe with allow = "'none'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe with allow = "'none'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL origin iframe with allow = "'none'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Test frame policy on same origin iframe inherit from header policy.:
- /permissions-policy/permissions-policy-frame-policy-allowed-for-some.https.sub.html [wpt.fyi]
- Test frame policy on same origin iframe inherit from header policy.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe inherit from header policy.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on another cross origin iframe inherit from header policy.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe inherit from header policy.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe inherit from header policy.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe inherit from header policy.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + another cross origin iframe inherit from header policy.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL cross origin iframe inherit from header policy.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "*".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "*".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on another cross origin iframe with allow = "*".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe with allow = "*".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe with allow = "*".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe with allow = "*".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + another cross origin iframe with allow = "*".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL cross origin iframe with allow = "*".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on another cross origin iframe with allow = "'self'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe with allow = "'self'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe with allow = "'self'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe with allow = "'self'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + another cross origin iframe with allow = "'self'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL cross origin iframe with allow = "'self'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'none'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'none'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on another cross origin iframe with allow = "'none'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe with allow = "'none'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe with allow = "'none'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe with allow = "'none'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + another cross origin iframe with allow = "'none'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL cross origin iframe with allow = "'none'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on another cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + another cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "" and header policy = "Permissions-Policy: fullscreen=;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "" and header policy = "Permissions-Policy: fullscreen=;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on another cross origin iframe with allow = "" and header policy = "Permissions-Policy: fullscreen=;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "*" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "*" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on another cross origin iframe with allow = "*" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "*" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "*" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on another cross origin iframe with allow = "*" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on another cross origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on another cross origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on another cross origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on another cross origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on another cross origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on another cross origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on another cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on another cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on another cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Test frame policy on same origin iframe inherit from header policy.:
- /permissions-policy/permissions-policy-frame-policy-disallowed-for-all.https.sub.html [wpt.fyi]
- Test frame policy on same origin iframe inherit from header policy.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe inherit from header policy.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe inherit from header policy.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe inherit from header policy.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe inherit from header policy.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL cross origin iframe inherit from header policy.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "*".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "*".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe with allow = "*".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe with allow = "*".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe with allow = "*".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL cross origin iframe with allow = "*".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe with allow = "'self'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe with allow = "'self'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe with allow = "'self'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL cross origin iframe with allow = "'self'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'none'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'none'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe with allow = "'none'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe with allow = "'none'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe with allow = "'none'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL cross origin iframe with allow = "'none'".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "" and header policy = "Permissions-Policy: fullscreen=;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "" and header policy = "Permissions-Policy: fullscreen=;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "*" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "*" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "*" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "*" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self'" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'none'" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=*;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=self;".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and header policy = "Permissions-Policy: fullscreen=();".:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "*" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "*" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe with allow = "*" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe with allow = "*" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe with allow = "*" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL cross origin iframe with allow = "*" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe with allow = "'self'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe with allow = "'self'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe with allow = "'self'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL cross origin iframe with allow = "'self'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'none'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'none'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe with allow = "'none'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe with allow = "'none'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe with allow = "'none'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL cross origin iframe with allow = "'none'" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on same origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + same origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on srcdoc + cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Test frame policy on data: URL cross origin iframe with allow = "'self' https://www.web-platform.test:8443 https://www.example.com" and allowfullscreen.:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Test frame policy on same origin iframe inherit from header policy.:
Comment 4•1 year ago
|
||
bugherder |
Description
•