Closed Bug 1872854 Opened 1 year ago Closed 1 year ago

[wpt-sync] Sync PR 43841 - Correctly escape ')' in Permission Policy WPTs.

Categories

(Testing :: web-platform-tests, task, P4)

task

Tracking

(firefox123 fixed)

RESOLVED FIXED
123 Branch
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: Ic46849809445b95bbf641c123cffe54cfcaf61f3

Reviewed-on: https://chromium-review.googlesource.com/5163893
WPT-Export-Revision: 1dacb04b4c3700be16b540702ffb608d5c3b45ef

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)
  • /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)
  • /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)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/5aae6a92a7bc [wpt PR 43841] - Correctly escape ')' in Permission Policy WPTs., a=testonly
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in before you can comment on or make changes to this bug.