tor-browser

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

button-type-barred.html (492B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3  <!-- Test: if a button has is candidate for constraint validation then change
      4             its type to be barred from constraint validation, it should not be
      5             affected by :valid pseudo-class. -->
      6  <link rel='stylesheet' type='text/css' href='style.css'>
      7  <body onload="document.getElementById('b').type='button'; document.documentElement.className='';">
      8    <button class='notvalid' type='submit' id='b'></button>
      9  </body>
     10 </html>