tor-browser

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

fedcm-iframe.https.html.ini (1663B)


      1 [fedcm-iframe.https.html]
      2  prefs: [dom.security.credentialmanagement.identity.enabled:true]
      3  disabled:
      4    if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961
      5  expected:
      6    if (os == "mac") and (version == "OS X 14.7.1"): [TIMEOUT, OK, CRASH]
      7    if (os == "mac") and (version == "OS X 14.7"): [OK, TIMEOUT, CRASH]
      8    if not debug: [ERROR, OK, TIMEOUT]
      9    if debug and (processor == "x86_64"): [OK, ERROR, TIMEOUT]
     10    [OK, TIMEOUT]
     11  [FedCM enabled in 2 level deep nested iframe. FedCM should be enabled regardless of iframe nesting depth]
     12    expected: FAIL
     13 
     14  [FedCM enabled in invisible iframe. FedCM should be enabled as long as the top frame is visible]
     15    expected:
     16      if (os == "mac") and (version == "OS X 14.7.1"): [FAIL, TIMEOUT]
     17      FAIL
     18 
     19  [FedCM disabled in 2 level deep nested iframe where middle iframe does not have permission policy]
     20    expected:
     21      if (os == "mac") and (version == "OS X 14.7.1"): [PASS, NOTRUN, TIMEOUT]
     22      if not debug: [NOTRUN, PASS, TIMEOUT]
     23      [PASS, TIMEOUT]
     24 
     25  [FedCM disabled in 2 level deep nested iframe where innermost iframe does not have permission policy]
     26    expected:
     27      if (os == "mac") and (version == "OS X 14.7.1"): [PASS, NOTRUN, TIMEOUT]
     28      if (os == "mac") and (version == "OS X 14.7"): [PASS, TIMEOUT, NOTRUN]
     29      if not debug: [NOTRUN, PASS]
     30      [PASS, NOTRUN]
     31 
     32  [FedCM should work in non-HTTPS URLs on localhost]
     33    expected:
     34      if (os == "mac") and (version == "OS X 14.7.1"): [TIMEOUT, NOTRUN, FAIL]
     35      if (os == "mac") and (version == "OS X 14.7"): [FAIL, TIMEOUT, NOTRUN]
     36      if not debug: [NOTRUN, FAIL, TIMEOUT]
     37      [FAIL, TIMEOUT]