tor-browser

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

aria-role-case-sensitive-fallback.html (144B)


      1 <!DOCTYPE html>
      2 <!-- Test that a capitalized second ARIA role fallback doesn't cause a crash -->
      3 
      4 <html>
      5 
      6 <div role="Login Form"></div>
      7 
      8 </html>