permissions-policy-audio+video.https.sub.html.ini (1103B)
1 [permissions-policy-audio+video.https.sub.html] 2 disabled: 3 if (os == "mac") and (os_version == "14.70") and (processor == "x86_64") and debug: Bug 1931211 4 if (os == "mac") and (os_version == "14.70") and (processor == "x86_64") and not debug: Bug 1931211 5 expected: 6 if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH] 7 if (os == "win") and debug: [OK, ERROR] 8 [Default "display-capture" permissions policy ["self"\] allows the top-level document.] 9 expected: 10 if os == "android": FAIL 11 12 [Default "display-capture" permissions policy ["self"\] allows same-origin iframes.] 13 expected: 14 if os == "android": FAIL 15 16 [Default "display-capture" permissions policy ["self"\] disallows cross-origin iframes.] 17 expected: 18 if os == "android": FAIL 19 20 [permissions policy "display-capture" can be disabled in same-origin iframes using "allow" attribute.] 21 expected: 22 if os == "android": FAIL 23 24 [permissions policy "display-capture" can be enabled in cross-origin iframes using "allow" attribute.] 25 expected: 26 if os == "android": FAIL