[requestStorageAccess-same-site-iframe.sub.https.window.html] expected: if (os == "win") and debug and (processor == "x86_64"): [TIMEOUT, OK] if (os == "linux") and not fission and debug: [OK, TIMEOUT, CRASH] if (os == "android") and debug and not sessionHistoryInParent: [TIMEOUT, OK] [OK, TIMEOUT] [[same-site-frame\] document.requestStorageAccess() should resolve in top-level frame or same-site iframe, otherwise reject with a NotAllowedError with no user gesture.] expected: if (os == "win") and debug and (processor == "x86_64"): [TIMEOUT, PASS] if (os == "android") and debug and sessionHistoryInParent: [PASS, FAIL] if (os == "android") and debug and not sessionHistoryInParent: [TIMEOUT, PASS, FAIL] if (os == "android") and not debug: [PASS, FAIL] if os == "linux": PASS [PASS, TIMEOUT] [[same-site-frame\] document.requestStorageAccess() should be resolved with no user gesture when a permission grant exists, and should allow cookie access] expected: if (os == "win") and debug and (processor == "x86_64"): [NOTRUN, PASS] if (os == "android") and debug and sessionHistoryInParent: [PASS, FAIL, NOTRUN] if (os == "android") and debug and not sessionHistoryInParent: [NOTRUN, PASS, FAIL] if (os == "android") and not debug: [PASS, FAIL, NOTRUN] if os == "linux": PASS [PASS, NOTRUN] [[same-site-frame\] document.requestStorageAccess() should resolve without permission grant or user gesture] expected: if (os == "win") and debug and (processor == "x86_64"): [NOTRUN, PASS] if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN] if (os == "android") and debug and not sessionHistoryInParent: NOTRUN if (os == "win") and not debug: [PASS, NOTRUN] if os == "mac": [PASS, NOTRUN]