tor-browser

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

box-shadow-offset-valid.html.ini (728B)


      1 [box-shadow-offset-valid.html]
      2  [e.style['box-shadow-offset'\] = "0" should set the property value]
      3    expected: FAIL
      4 
      5  [e.style['box-shadow-offset'\] = "0 0" should set the property value]
      6    expected: FAIL
      7 
      8  [e.style['box-shadow-offset'\] = "1px 2px" should set the property value]
      9    expected: FAIL
     10 
     11  [e.style['box-shadow-offset'\] = "1em 2em" should set the property value]
     12    expected: FAIL
     13 
     14  [e.style['box-shadow-offset'\] = "-1px -2px" should set the property value]
     15    expected: FAIL
     16 
     17  [e.style['box-shadow-offset'\] = "calc(1em + 2px) calc(3rem + 4vw)" should set the property value]
     18    expected: FAIL
     19 
     20  [e.style['box-shadow-offset'\] = "1px 2px, 3px 4px" should set the property value]
     21    expected: FAIL