https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d4d07f3efb70d0893e37bd66ca6f6ae3701baabc authored by Nick Thomas on 21 March 2016, 00:11:56 UTC
Bug 1254784 - Add 45.0esr win64 support to bouncer, r=rail, a=NPOTB
Tip revision: d4d07f3
button-valid.html
<!DOCTYPE html>
<html>
  <!-- Test: if button has no custom error and is not barred from constraint
             validation, it should be affected by :invalid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <button class='notinvalid'</button>
  </body>
</html>
back to top