tor-browser

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

box-shadow-position-valid.html.ini (433B)


      1 [box-shadow-position-valid.html]
      2  [e.style['box-shadow-position'\] = "inset" should set the property value]
      3    expected: FAIL
      4 
      5  [e.style['box-shadow-position'\] = "outset" should set the property value]
      6    expected: FAIL
      7 
      8  [e.style['box-shadow-position'\] = "inset, outset" should set the property value]
      9    expected: FAIL
     10 
     11  [e.style['box-shadow-position'\] = "outset, inset" should set the property value]
     12    expected: FAIL