blob: c025d6d2690ff09b5773a5dfa717680aa86faaf3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[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"\] disallows cross-origin iframes.]
expected:
if os == "android": FAIL
[Default "display-capture" permissions policy ["self"\] allows the top-level document.]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if os == "android": FAIL
[permissions policy "display-capture" can be enabled in cross-origin iframes using "allow" attribute.]
expected:
if os == "android": FAIL
[Default "display-capture" permissions policy ["self"\] allows same-origin iframes.]
expected:
if os == "android": FAIL
[permissions policy "display-capture" can be disabled in same-origin iframes using "allow" attribute.]
expected:
if os == "android": FAIL
|