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