blob: 08826e619f8cf88fe4df2c834a53492bdce7df0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
implementation-status: backlog
[autoplay-disabled-by-feature-policy.https.sub.html]
expected:
if os == "mac": [OK, TIMEOUT]
[Feature-Policy header: autoplay "none" disallows same-origin iframes.]
expected:
if os == "mac": [FAIL, TIMEOUT]
FAIL
[Feature-Policy header: autoplay "none" disallows cross-origin iframes.]
expected:
if os == "mac": [FAIL, TIMEOUT]
FAIL
[Feature-Policy header: autoplay "none" has no effect on the top level document.]
expected:
if os == "mac": [PASS, TIMEOUT]
|