summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ui-valid/input/input-novalidate.html
blob: 0247069d752c03c52af60d76f407b683fe5d8f2c (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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 = 'foo';
                document.documentElement.className = '';">
    <form novalidate>
      <input id='i' class='notvalid' required>
    </form>
  </body>
</html>