blob: c9d76a4b99b79279e4bdbe097d0dd4c6bf528229 (
plain)
1
2
3
4
5
6
7
|
[permissions-policy-audio.https.sub.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, ERROR]
[Default "display-capture" permissions policy ["self"\] allows the top-level document.]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if os == "android": FAIL
|