summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ui-valid/textarea/textarea-required-valid.html
blob: e7cf83dc6ed1bb050a6c939b491e50848bc5eda3 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <!-- Test: if textarea is valid but its value hasn't been modified,
             it should not be affected by :-moz-ui-valid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <textarea class='notvalid' required>foo</textarea>
  </body>
</html>