Source code
Revision control
Copy as Markdown
Other Tools
[permissions-query-permissions-policy-attribute.https.sub.html]
[Permissions.state is "prompt" with allow="geolocation" in same-origin iframes.]
expected:
if not debug and (os == "win"): FAIL
if not debug and (os == "linux"): FAIL
if debug: FAIL
[PASS, FAIL]
[Permissions.state is "prompt" with allow="geolocation" in cross-origin iframes.]
expected:
if not debug and (os == "win"): FAIL
if not debug and (os == "linux"): FAIL
if debug: FAIL
[PASS, FAIL]
[Permission.state is "prompt" in same-origin iframes.]
expected:
if not debug and (os == "win"): FAIL
if not debug and (os == "linux"): FAIL
if debug: FAIL
[PASS, FAIL]