summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ui-invalid/input/input-url-invalid-default.html
blob: 2ce04568a1230619c9922a02bbc6b9e4f562cfbf (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <!-- Test: if input isn't valid nor barred from constraint validation,
             but its value is the default value,
             it should not be affected by :-moz-ui-invalid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <input class='notinvalid' type='url' value='foo'>
  </body>
</html>