1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
[iframe-popup-same-origin-to-unsafe-none.https.html]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: [ERROR, OK, TIMEOUT]
if (os == "linux") and fission and not swgl: [ERROR, OK, TIMEOUT]
if (os == "android") and not swgl: [ERROR, OK, TIMEOUT, CRASH]
if (os == "android") and swgl: [ERROR, OK, TIMEOUT]
if os == "mac": [OK, TIMEOUT]
ERROR
prefs: [network.cookie.cookieBehavior:4]
[same-origin with SAME_SITE iframe opening popup via window_open a CROSS_ORIGIN with COOP: ""]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT]
if (os == "linux") and debug and fission and not swgl: [PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT]
[same-origin with SAME_SITE iframe opening popup via anchor a CROSS_ORIGIN with COOP: ""]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT]
if (os == "linux") and debug and fission and not swgl: [PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT]
[same-origin with CROSS_ORIGIN iframe opening popup via window_open a CROSS_ORIGIN with COOP: ""]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT]
if (os == "linux") and debug and fission and not swgl: [PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT]
[same-origin with SAME_SITE iframe opening popup via form_POST a CROSS_ORIGIN with COOP: ""]
expected:
if (os == "linux") and debug and fission and not swgl: [PASS, TIMEOUT]
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT]
[same-origin with SAME_ORIGIN iframe opening popup via window_open a CROSS_ORIGIN with COOP: ""]
expected:
if (os == "linux") and debug and fission and not swgl: [PASS, TIMEOUT]
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT]
[same-origin with SAME_ORIGIN iframe opening popup via form_GET a CROSS_ORIGIN with COOP: ""]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT]
if (os == "linux") and debug and fission and not swgl: [PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT]
[same-origin with CROSS_ORIGIN iframe opening popup via anchor a CROSS_ORIGIN with COOP: ""]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT]
if (os == "linux") and debug and fission and not swgl: [PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT]
[same-origin with SAME_ORIGIN iframe opening popup via anchor a CROSS_ORIGIN with COOP: ""]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT]
if (os == "linux") and debug and fission and not swgl: [PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT]
[same-origin with CROSS_ORIGIN iframe opening popup via form_GET a CROSS_ORIGIN with COOP: ""]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT]
if (os == "linux") and debug and fission and not swgl: [PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT]
[same-origin with SAME_SITE iframe opening popup via form_GET a CROSS_ORIGIN with COOP: ""]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT]
if (os == "linux") and debug and fission and not swgl: [PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT]
[same-origin with SAME_ORIGIN iframe opening popup via form_POST a CROSS_ORIGIN with COOP: ""]
expected:
if (os == "linux") and debug and fission and not swgl: [PASS, TIMEOUT]
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT]
[same-origin with CROSS_ORIGIN iframe opening popup via form_POST a CROSS_ORIGIN with COOP: ""]
expected:
if (os == "linux") and debug and fission and not swgl: [PASS, TIMEOUT]
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT]
[iframe-popup-same-origin-to-unsafe-none.https.html?1-3]
expected:
if (os == "android") and not debug: [OK, TIMEOUT]
[iframe-popup-same-origin-to-unsafe-none.https.html?7-8]
expected:
if (os == "android") and debug and swgl: [OK, TIMEOUT]
if (os == "android") and debug and not swgl: [TIMEOUT, OK]
if (os == "android") and not debug: [OK, TIMEOUT]
[iframe-popup-same-origin-to-unsafe-none.https.html?1-2]
expected:
if os == "android": [OK, TIMEOUT]
[iframe-popup-same-origin-to-unsafe-none.https.html?9-last]
expected:
if (os == "android") and debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[iframe-popup-same-origin-to-unsafe-none.https.html?3-4]
expected:
if os == "android": [OK, TIMEOUT]
[iframe-popup-same-origin-to-unsafe-none.https.html?5-6]
expected:
if (os == "android") and not debug: [OK, TIMEOUT]
if (os == "android") and debug: [OK, TIMEOUT]
|