Source code

Revision control

Copy as Markdown

Other Tools

implementation-status: backlog
[autoplay-allowed-by-feature-policy.https.sub.html]
expected:
if (os == "android") and (version == "7.0"): OK
if os == "linux": OK
[OK, TIMEOUT]
[Feature-Policy header: autoplay * allows cross-origin iframes.]
expected:
if (os == "android") and (version == "7.0"): PASS
if os == "linux": PASS
[PASS, TIMEOUT]
[Feature-Policy header: autoplay * allows same-origin iframes.]
expected:
if (os == "android") and (version == "7.0"): PASS
if os == "linux": PASS
[PASS, TIMEOUT]
[Feature-Policy header: autoplay * allows the top-level document.]
expected:
if os == "mac": [PASS, TIMEOUT]