requestStorageAccess-same-site-iframe.sub.https.window.js.ini (1839B)
1 [requestStorageAccess-same-site-iframe.sub.https.window.html] 2 expected: 3 if (os == "win") and debug and (processor == "x86_64"): [TIMEOUT, OK] 4 if (os == "linux") and not fission and debug: [OK, TIMEOUT, CRASH] 5 if (os == "android") and debug and not sessionHistoryInParent: [TIMEOUT, OK] 6 [OK, TIMEOUT] 7 [[same-site-frame\] document.requestStorageAccess() should resolve in top-level frame or same-site iframe, otherwise reject with a NotAllowedError with no user gesture.] 8 expected: 9 if (os == "win") and debug and (processor == "x86_64"): [TIMEOUT, PASS] 10 if (os == "android") and debug and sessionHistoryInParent: [PASS, FAIL] 11 if (os == "android") and debug and not sessionHistoryInParent: [TIMEOUT, PASS, FAIL] 12 if (os == "android") and not debug: [PASS, FAIL] 13 if os == "linux": PASS 14 [PASS, TIMEOUT] 15 16 [[same-site-frame\] document.requestStorageAccess() should be resolved with no user gesture when a permission grant exists, and should allow cookie access] 17 expected: 18 if (os == "win") and debug and (processor == "x86_64"): [NOTRUN, PASS] 19 if (os == "android") and debug and sessionHistoryInParent: [PASS, FAIL, NOTRUN] 20 if (os == "android") and debug and not sessionHistoryInParent: [NOTRUN, PASS, FAIL] 21 if (os == "android") and not debug: [PASS, FAIL, NOTRUN] 22 if os == "linux": PASS 23 [PASS, NOTRUN] 24 25 [[same-site-frame\] document.requestStorageAccess() should resolve without permission grant or user gesture] 26 expected: 27 if (os == "win") and debug and (processor == "x86_64"): [NOTRUN, PASS] 28 if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN] 29 if (os == "android") and debug and not sessionHistoryInParent: NOTRUN 30 if (os == "win") and not debug: [PASS, NOTRUN] 31 if os == "mac": [PASS, NOTRUN]