https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9d30af265328bf908adda4cf44e4de4a1f392575 authored by seabld on 26 July 2012, 03:19:29 UTC
Added tag SEAMONKEY_2_12b2_RELEASE for changeset FIREFOX_15_0b2_BUILD1. CLOSED TREE a=release
Tip revision: 9d30af2
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