https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 776606f924168b74b3af23aa49f39369402f954f authored by ffxbld on 19 October 2011, 14:10:26 UTC
Added tag FENNEC_8_0b4_BUILD1 for changeset 85d90596cab0. CLOSED TREE a=release
Tip revision: 776606f
input-novalidate.html
<!DOCTYPE html>
<html class="reftest-wait">
  <!-- When the form has @novalidate, :-moz-ui-invalid doesn't apply. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementById('i').value = '';
                document.documentElement.className = '';">
    <form novalidate>
      <input id='i' class='notinvalid' required>
    </form>
  </body>
</html>
back to top