tor-browser

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

xywh-function-computed.html.ini (688B)


      1 [xywh-function-computed.html]
      2  [Property shape-outside value 'xywh(0px 1px 2% 3em)']
      3    expected: FAIL
      4 
      5  [Property shape-outside value 'xywh(0px calc(100% - 20px) 2% 3em)']
      6    expected: FAIL
      7 
      8  [Property shape-outside value 'xywh(10px 20px 30px 25px round 100%)']
      9    expected: FAIL
     10 
     11  [Property shape-outside value 'xywh(10px 20px 30px 25px round 0 1px)']
     12    expected: FAIL
     13 
     14  [Property shape-outside value 'xywh(10px 20px 30px 25px round 0px 1px 2%)']
     15    expected: FAIL
     16 
     17  [Property shape-outside value 'xywh(10px 20px 30px 25px round 0px 1px 2% 3em)']
     18    expected: FAIL
     19 
     20  [Property shape-outside value 'xywh(10px 20px 30px 25px round 20% / 0px 1px 2% 3em)']
     21    expected: FAIL