tor-browser

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

caret-shape-parsing.html.ini (737B)


      1 [caret-shape-parsing.html]
      2  [e.style['caret-shape'\] = "initial" should set the property value]
      3    expected: FAIL
      4 
      5  [e.style['caret-shape'\] = "inherit" should set the property value]
      6    expected: FAIL
      7 
      8  [e.style['caret-shape'\] = "unset" should set the property value]
      9    expected: FAIL
     10 
     11  [e.style['caret-shape'\] = "revert" should set the property value]
     12    expected: FAIL
     13 
     14  [e.style['caret-shape'\] = "auto" should set the property value]
     15    expected: FAIL
     16 
     17  [e.style['caret-shape'\] = "bar" should set the property value]
     18    expected: FAIL
     19 
     20  [e.style['caret-shape'\] = "block" should set the property value]
     21    expected: FAIL
     22 
     23  [e.style['caret-shape'\] = "underscore" should set the property value]
     24    expected: FAIL