tor-browser

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

calc-infinity-nan-computed.html.ini (442B)


      1 [calc-infinity-nan-computed.html]
      2  [Property width value 'max(15px, NaN * 1px)']
      3    expected:
      4      if (os == "android") and not debug: [PASS, FAIL]
      5 
      6  [Property width value 'max(NaN * 1px, 15px)']
      7    expected:
      8      if (os == "android") and not debug: [PASS, FAIL]
      9 
     10  [Property width value 'calc(min(NaN * 1px, infinity * 1px) + max(infinity * 1px, -infinity * 1px))']
     11    expected:
     12      if (os == "android") and not debug: [PASS, FAIL]