Source code
Revision control
Copy as Markdown
Other Tools
[disabled-by-permissions-policy-cross-origin.https.sub.html]
expected:
if not fission: [OK, TIMEOUT]
[TIMEOUT, OK]
[share() is disabled by default 'self' by permissions policy for cross-origin iframes]
expected:
if fission: [PASS, FAIL, TIMEOUT]
[share() is disabled explicitly by permissions policy for cross-origin iframe]
expected:
if (os == "linux") and fission: [TIMEOUT, PASS, FAIL, NOTRUN]
if (os == "android") and not debug: [FAIL, PASS, TIMEOUT, NOTRUN]
if os == "mac": [TIMEOUT, PASS, FAIL, NOTRUN]
[PASS, FAIL, TIMEOUT, NOTRUN]
[share() not allowed, as only allowed to share with self]
expected:
if (os == "linux") and fission: [NOTRUN, PASS, FAIL, TIMEOUT]
if os == "win": [TIMEOUT, PASS, FAIL, NOTRUN]
if os == "mac": [NOTRUN, PASS, FAIL, TIMEOUT]
[PASS, FAIL, TIMEOUT, NOTRUN]
[canShare() not allowed to share by default permissions policy cross-origin]
expected:
if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN]
if os == "android": [PASS, TIMEOUT, NOTRUN]
[NOTRUN, PASS, TIMEOUT]
[canShare() is allowed by permissions policy to share cross-origin on a particular origin]
expected:
if (os == "linux") and not fission: [PASS, FAIL, TIMEOUT, NOTRUN]
if os == "android": [PASS, FAIL, TIMEOUT, NOTRUN]
[NOTRUN, PASS, FAIL, TIMEOUT]
[canShare() with self]
expected:
if not fission: [PASS, NOTRUN]
[NOTRUN, PASS]