9 lines
446 B
INI
9 lines
446 B
INI
[permissions-policy-video.https.sub.html]
|
|
expected:
|
|
if fission and not debug and (os == "win") and (processor == "x86_64"): [OK, ERROR]
|
|
if fission and debug and (os == "mac"): [OK, ERROR]
|
|
if fission and not debug and (os == "linux"): [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
|