tor-browser

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

can-load-api.https.html.ini (861B)


      1 [can-load-api.https.html]
      2  expected:
      3    if (processor == "x86") and not debug: [OK, TIMEOUT]
      4  [canLoadOpaqueURL called on a page that can load a FF should return true]
      5    expected: FAIL
      6 
      7  [canLoadOpaqueURL returns true inside an opaque-ads fenced frame]
      8    expected: FAIL
      9 
     10  [canLoadOpaqueURL returns false inside an default fenced frame]
     11    expected: FAIL
     12 
     13  [canLoadOpaqueURL returns true for all 3 fenced-frame-src allowed values]
     14    expected: FAIL
     15 
     16  [canLoadOpaqueURL ignores fallback CSPs]
     17    expected:
     18      if (processor == "x86") and not debug: [FAIL, TIMEOUT]
     19      FAIL
     20 
     21  [canLoadOpaqueURL ignores unrelated CSPs]
     22    expected:
     23      if (processor == "x86") and not debug: [FAIL, NOTRUN]
     24      FAIL
     25 
     26  [canLoadOpaqueURL returns false in a detached frame]
     27    expected:
     28      if (processor == "x86") and not debug: [FAIL, NOTRUN]
     29      FAIL