tor-browser

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

border-inline-end-radius-valid.html.ini (871B)


      1 [border-inline-end-radius-valid.html]
      2  [e.style['border-inline-end-radius'\] = "1px" should set the property value]
      3    expected: FAIL
      4 
      5  [e.style['border-inline-end-radius'\] = "10%" should set the property value]
      6    expected: FAIL
      7 
      8  [e.style['border-inline-end-radius'\] = "1px 5%" should set the property value]
      9    expected: FAIL
     10 
     11  [e.style['border-inline-end-radius'\] = "5% 1px" should set the property value]
     12    expected: FAIL
     13 
     14  [e.style['border-inline-end-radius'\] = "1px / 2px" should set the property value]
     15    expected: FAIL
     16 
     17  [e.style['border-inline-end-radius'\] = "1px / 1px 2%" should set the property value]
     18    expected: FAIL
     19 
     20  [e.style['border-inline-end-radius'\] = "1px 2% / 3%" should set the property value]
     21    expected: FAIL
     22 
     23  [e.style['border-inline-end-radius'\] = "1px 2% / 3px 4px" should set the property value]
     24    expected: FAIL