tor-browser

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

display-contents-focus.html.ini (437B)


      1 [display-contents-focus.html]
      2  [button with display: contents is focusable]
      3    expected: FAIL
      4 
      5  [div with role button, tabindex=0 and display: contents is focusable]
      6    expected: FAIL
      7 
      8  [div with role button, tabindex=-1 and display: contents is focusable]
      9    expected: FAIL
     10 
     11  [link with display: contents is focusable]
     12    expected: FAIL
     13 
     14  [span with role link, tabindex=0 and display: contents is focusable]
     15    expected: FAIL