summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-invalid/input/input-pattern-invalid.html
blob: 4a2325c61187b71e8f6915dcfee424748ca576af (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <!-- Test: if input 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>
    <input class='invalid' pattern='bar' value='foo'>
  </body>
</html>