https://github.com/mozilla/gecko-dev
Raw File
Tip revision: df357bb69dc9e4d205efd6ba5d15261fa1af7ee1 authored by ffxbld on 06 July 2011, 03:17:33 UTC
Added tag FIREFOX_6_0b1_BUILD1 for changeset 0d82a53ffaa6. CLOSED TREE a=release
Tip revision: df357bb
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