tor-browser

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

flow-tolerance-computed.html.ini (503B)


      1 [flow-tolerance-computed.html]
      2  [Property flow-tolerance value 'normal']
      3    expected: FAIL
      4 
      5  [Property flow-tolerance value 'infinite']
      6    expected: FAIL
      7 
      8  [Property flow-tolerance value '10px']
      9    expected: FAIL
     10 
     11  [Property flow-tolerance value '20%']
     12    expected: FAIL
     13 
     14  [Property flow-tolerance value 'calc(20% + 10px)']
     15    expected: FAIL
     16 
     17  [Property flow-tolerance value 'calc(-0.5em + 10px)']
     18    expected: FAIL
     19 
     20  [Property flow-tolerance value 'calc(0.5em + 10px)']
     21    expected: FAIL