summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-invalid/textarea/textarea-required-valid.html
blob: 8c754fd4affa27c5ed6b9060dddc65d7e72c666e (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <!-- Test: if textarea is valid and not barred from constraint validation,
             it should not be affected by :invalid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <textarea class='notinvalid' required>foo</textarea>
  </body>
</html>