tor-browser

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

column-rule-valid.html.ini (566B)


      1 [column-rule-valid.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [e.style['column-rule'\] = "dotted" should set the property value]
      5    expected: FAIL
      6 
      7  [e.style['column-rule'\] = "red" should set the property value]
      8    expected: FAIL
      9 
     10  [e.style['column-rule'\] = "10px" should set the property value]
     11    expected: FAIL
     12 
     13  [e.style['column-rule'\] = "currentcolor hidden medium" should set the property value]
     14    expected: FAIL
     15 
     16  [e.style['column-rule'\] = "currentcolor none medium" should set the property value]
     17    expected: FAIL