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