tor-browser

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

input-type-barred.html (476B)


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