https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 6112e2e92084e91286d01a54b519e7740465ab4f authored by Nick Thomas on 16 March 2016, 12:42:37 UTC
bug 1255245: ESR45 generates mar files with the wrong channel ID: Always modify update-settings.ini. r=bhearsum a=sledru
Tip revision: 6112e2e
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 :valid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <button class='valid'></button>
  </body>
</html>
back to top