Source code

Revision control

Copy as Markdown

Other Tools

[clipboard-read-enabled-on-self-origin-by-permissions-policy.tentative.https.sub.html]
expected:
if (os == "win") and not debug: TIMEOUT
if (os == "linux") and not fission: TIMEOUT
if os == "android": OK
TIMEOUT
[Permissions-Policy header clipboard-read=self allows the top-level document.]
expected:
if (os == "win") and not debug: TIMEOUT
if (os == "linux") and not fission: TIMEOUT
if os == "android": FAIL
TIMEOUT
[Permissions-Policy header clipboard-read=self allows same-origin iframes.]
expected:
if (os == "win") and not debug: NOTRUN
if (os == "linux") and not fission: NOTRUN
if os == "android": PASS
NOTRUN
[Permissions-Policy header clipboard-read=self disallows cross-origin iframes.]
expected:
if (os == "win") and not debug: NOTRUN
if (os == "linux") and not fission: NOTRUN
if os == "android": PASS
NOTRUN