tor-browser

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

overlay-valid.html.ini (527B)


      1 [overlay-valid.html]
      2  [e.style['overlay'\] = "none" should set the property value]
      3    expected: FAIL
      4 
      5  [e.style['overlay'\] = "auto" should set the property value]
      6    expected: FAIL
      7 
      8  [e.style['overlay'\] = "inherit" should set the property value]
      9    expected: FAIL
     10 
     11  [e.style['overlay'\] = "initial" should set the property value]
     12    expected: FAIL
     13 
     14  [e.style['overlay'\] = "revert" should set the property value]
     15    expected: FAIL
     16 
     17  [e.style['overlay'\] = "unset" should set the property value]
     18    expected: FAIL