summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ui-valid/select/select-required-valid-changed-2.html
blob: 421fee51eb388db6fa886e7bf7590ac2a99b4b8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html class='reftest-wait'>
  <!-- Test: if select is required and has a selected option and the selection
             did changed, :-moz-ui-valid should apply. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementById('s').selectedIndex = 0;
                document.documentElement.className = '';">
    <select id='s' class='valid' required>
      <option selected>foo</option>
    </select>
  </body>
</html>