https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a3ae2211f17b2baacaccd8f2cbcf152805b9f45e authored by seabld on 13 December 2012, 16:25:53 UTC
Added tag SEAMONKEY_2_15b4_RELEASE for changeset FIREFOX_18_0b4_BUILD1. CLOSED TREE a=release
Tip revision: a3ae221
output-novalidate.html
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <form novalidate>
      <output class='notvalid'>foo</output>
    </form>
  </body>
</html>
back to top