tor-browser

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

DOMMatrix2DInit-validate-fixup.html.ini (637B)


      1 [DOMMatrix2DInit-validate-fixup.html]
      2  [addPath({b: 2})]
      3    expected:
      4      if (os == "linux") and debug: FAIL
      5      if os == "win": PASS
      6      if os == "mac": FAIL
      7      [FAIL, PASS]
      8 
      9  [addPath({c: 2})]
     10    expected:
     11      if (os == "linux") and debug: FAIL
     12      if os == "win": PASS
     13      if os == "mac": FAIL
     14      [FAIL, PASS]
     15 
     16  [addPath({m12: 2})]
     17    expected:
     18      if (os == "linux") and debug: FAIL
     19      if os == "win": PASS
     20      if os == "mac": FAIL
     21      [FAIL, PASS]
     22 
     23  [addPath({m21: 2})]
     24    expected:
     25      if (os == "linux") and debug: FAIL
     26      if os == "win": PASS
     27      if os == "mac": FAIL
     28      [FAIL, PASS]