tor-browser

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

xywh-function-valid.html.ini (888B)


      1 [xywh-function-valid.html]
      2  [e.style['shape-outside'\] = "xywh(0px 1px 2% 3em)" should set the property value]
      3    expected: FAIL
      4 
      5  [e.style['shape-outside'\] = "xywh(0px calc(100% - 20px) 2% 3em)" should set the property value]
      6    expected: FAIL
      7 
      8  [e.style['shape-outside'\] = "xywh(10px 20px 30px 25px round 100%)" should set the property value]
      9    expected: FAIL
     10 
     11  [e.style['shape-outside'\] = "xywh(10px 20px 30px 25px round 0 1px)" should set the property value]
     12    expected: FAIL
     13 
     14  [e.style['shape-outside'\] = "xywh(10px 20px 30px 25px round 0px 1px 2%)" should set the property value]
     15    expected: FAIL
     16 
     17  [e.style['shape-outside'\] = "xywh(10px 20px 30px 25px round 0px 1px 2% 3em)" should set the property value]
     18    expected: FAIL
     19 
     20  [e.style['shape-outside'\] = "xywh(10px 20px 30px 25px round 20% / 0px 1px 2% 3em)" should set the property value]
     21    expected: FAIL