https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 013e7534cdcfb8f7be183a73b471c9d58b38f2cb authored by Botond Ballo on 11 March 2014, 17:33:56 UTC
Bug 964935 - Fix composition bounds calculation and APZ hit testing. a=gal
Tip revision: 013e753
css-required-hidden.html
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='css-required-style.css'>
  <body>
    <input type="hidden" required>
  </body>
</html>
back to top