blob: cfd00ca28cd686ea41894e28d8dec5b9824f7e79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
implementation-status: backlog
[autoplay-allowed-by-feature-policy.https.sub.html]
expected:
if os == "win": [OK, TIMEOUT]
if os == "mac": [OK, TIMEOUT]
[Feature-Policy header: autoplay * allows cross-origin iframes.]
expected:
if os == "mac": [PASS, TIMEOUT]
if os == "win": [PASS, TIMEOUT]
[Feature-Policy header: autoplay * allows same-origin iframes.]
expected:
if os == "mac": [PASS, TIMEOUT]
if os == "win": [PASS, TIMEOUT]
[Feature-Policy header: autoplay * allows the top-level document.]
expected:
if os == "mac": [PASS, TIMEOUT]
|