tor-browser

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

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


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