https://github.com/mozilla/gecko-dev
Raw File
Tip revision: f27f579b00cc847d22e4b821089470f0612f1bbf authored by Eitan Isaacson on 15 July 2021, 18:24:01 UTC
Bug 1717575 - Check given attributes for null before iterating. r=morgan, a=jcristau
Tip revision: f27f579
css-required-button.html
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='css-required-style.css'>
  <body>
    <input type="button" required>
  </body>
</html>
back to top