tor-browser

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

border-shape-computed.html.ini (1681B)


      1 [border-shape-computed.html]
      2  [Property border-shape value 'none']
      3    expected: FAIL
      4 
      5  [Property border-shape value 'circle()']
      6    expected: FAIL
      7 
      8  [Property border-shape value 'polygon(10px 10px, 100px 10px, 10px 100px)']
      9    expected: FAIL
     10 
     11  [Property border-shape value 'shape(from 0px 0px, hline to 100px, vline to 100px, close)']
     12    expected: FAIL
     13 
     14  [Property border-shape value 'circle() circle()']
     15    expected: FAIL
     16 
     17  [Property border-shape value 'circle() polygon(10px 10px, 100px 10px, 10px 100px)']
     18    expected: FAIL
     19 
     20  [Property border-shape value 'circle() content-box']
     21    expected: FAIL
     22 
     23  [Property border-shape value 'circle() border-box']
     24    expected: FAIL
     25 
     26  [Property border-shape value 'circle() border-box polygon(10px 10px, 100px 10px, 10px 100px) border-box']
     27    expected: FAIL
     28 
     29  [Property border-shape value 'circle() padding-box polygon(10px 10px, 100px 10px, 10px 100px) border-box']
     30    expected: FAIL
     31 
     32  [Property border-shape value 'circle() padding-box polygon(10px 10px, 100px 10px, 10px 100px) padding-box']
     33    expected: FAIL
     34 
     35  [Property border-shape value 'circle() polygon(10px 10px, 100px 10px, 10px 100px) border-box']
     36    expected: FAIL
     37 
     38  [Property border-shape value 'circle() polygon(10px 10px, 100px 10px, 10px 100px) content-box']
     39    expected: FAIL
     40 
     41  [Property border-shape value 'circle() border-box circle() padding-box']
     42    expected: FAIL
     43 
     44  [Property border-shape value 'circle() half-border-box']
     45    expected: FAIL
     46 
     47  [Property border-shape value 'circle() half-border-box circle() half-border-box']
     48    expected: FAIL
     49 
     50  [Property border-shape value 'circle() border-box circle() border-box']
     51    expected: FAIL