tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

iframe-popup-same-origin-to-unsafe-none.https.html.ini (5623B)


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