tor-browser

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

block-step-size-valid.html.ini (581B)


      1 [block-step-size-valid.html]
      2  [e.style['block-step-size'\] = "1px" should set the property value]
      3    expected: FAIL
      4 
      5  [e.style['block-step-size'\] = "2em" should set the property value]
      6    expected: FAIL
      7 
      8  [e.style['block-step-size'\] = "0" should set the property value]
      9    expected: FAIL
     10 
     11  [e.style['block-step-size'\] = "none" should set the property value]
     12    expected: FAIL
     13 
     14  [e.style['block-step-size'\] = "calc(2em + 3ex)" should set the property value]
     15    expected: FAIL
     16 
     17  [e.style['block-step-size'\] = "1.2em" should set the property value]
     18    expected: FAIL