30 lines
1,011 B
INI
30 lines
1,011 B
INI
[disabled-by-permissions-policy-cross-origin.https.sub.html]
|
|
expected:
|
|
if os == "win": [TIMEOUT, OK]
|
|
[OK, TIMEOUT]
|
|
[share() is disabled by default 'self' by permissions policy for cross-origin iframes]
|
|
expected:
|
|
if (os == "linux") and not fission: FAIL
|
|
if os == "android": FAIL
|
|
[FAIL, TIMEOUT]
|
|
|
|
[share() is disabled explicitly by permissions policy for cross-origin iframe]
|
|
expected: [FAIL, TIMEOUT, NOTRUN]
|
|
|
|
[share() not allowed, as only allowed to share with self]
|
|
expected: [FAIL, TIMEOUT, NOTRUN]
|
|
|
|
[canShare() not allowed to share by default permissions policy cross-origin]
|
|
expected:
|
|
if os == "win": [NOTRUN, PASS, TIMEOUT]
|
|
[PASS, TIMEOUT, NOTRUN]
|
|
|
|
[canShare() is allowed by permissions policy to share cross-origin on a particular origin]
|
|
expected:
|
|
if os == "win": [NOTRUN, PASS, TIMEOUT, FAIL]
|
|
[PASS, FAIL, TIMEOUT, NOTRUN]
|
|
|
|
[canShare() with self]
|
|
expected:
|
|
if os == "win": [NOTRUN, PASS]
|
|
[PASS, NOTRUN]
|