[permissions-policy-audio+video.https.sub.html] expected: if (os == "win") and debug: [OK, ERROR] if (os == "win") and not debug: [OK, CRASH] [Default "display-capture" permissions policy ["self"\] allows the top-level document.] expected: if (os == "mac") and (version == "OS X 15.3"): FAIL if os == "android": FAIL [Default "display-capture" permissions policy ["self"\] allows same-origin iframes.] expected: if (os == "mac") and (version == "OS X 15.3"): FAIL if os == "android": FAIL [Default "display-capture" permissions policy ["self"\] disallows cross-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 [permissions policy "display-capture" can be enabled in cross-origin iframes using "allow" attribute.] expected: if (os == "mac") and (version == "OS X 15.3"): FAIL if os == "android": FAIL