blob: 69ffe10928b2e43eef4a6e839a15fc7e81c0d8fa (
plain)
1
2
3
4
5
6
7
8
9
|
[http-equiv-accept-ch-iframe.https.html]
expected:
if (os == "android") and debug and fission: [TIMEOUT, OK]
if (os == "android") and debug and not fission: [OK, TIMEOUT]
[Client hints loaded on same-origin iframe should include hints with a default permissions policy ofself and *, but the http-equiv meta tag has a bug and it doesn't impact iframes.]
expected: FAIL
[Client hints loaded on cross-origin iframe only include hints with a default permissions policy of *.]
expected: FAIL
|