tor-browser

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

calc-infinity-nan-serialize-length.html.ini (884B)


      1 [calc-infinity-nan-serialize-length.html]
      2  ['calc(1 * max(nAn*2px, 0px))' as a specified value should serialize as 'calc(NaN * 1px)'.]
      3    expected:
      4      if (os == "android") and not debug: [PASS, FAIL]
      5 
      6  ['calc(1 * min(nan*3px, 0px))' as a specified value should serialize as 'calc(NaN * 1px)'.]
      7    expected:
      8      if (os == "android") and not debug: [PASS, FAIL]
      9 
     10  ['calc(1 * min(NaN * 1pt, NaN * 1cm))' as a specified value should serialize as 'calc(NaN * 1px)'.]
     11    expected:
     12      if (os == "android") and not debug: [PASS, FAIL]
     13 
     14  ['calc(1 * max(NaN * 1cm, NaN * 2Q))' as a specified value should serialize as 'calc(NaN * 1px)'.]
     15    expected:
     16      if (os == "android") and not debug: [PASS, FAIL]
     17 
     18  ['calc(1 * min(NaN * 2px, NaN * 4em))' as a specified value should serialize as 'calc(NaN * 1px)'.]
     19    expected:
     20      if (os == "android") and not debug: [PASS, FAIL]