summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ui-invalid/select/select-novalidate.html
blob: cccd39b8078e59e70d6b86db471a71db9024b2d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <form novalidate>
      <select required id='s' class='notinvalid'>
        <option selected value="">foo</option>
      </select>
    </form>
  </body>
</html>