tor-browser

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

disabled-4-notref.html (195B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <title>Bug 1007278: check disabled and non-disabled buttons look different</title>
      5 </head>
      6 <body>
      7  <input disabled type="button" value="Some text">
      8 </body>
      9 </html>