summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ui-valid/select/select-required-invalid.html
blob: e4569fb0fff660476f96e20a914ef7a0e2be74ad (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <!-- Test: if select is required and has a select option which has an empty
             string value, :-moz-ui-valid should not apply. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <select class='notvalid' required>
      <option selected value="">foo</option>
    </select>
  </body>
</html></html>