summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ui-valid/select/select-disabled.html
blob: 0a33953203f13ae41d416e57314dae26be11f84e (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <!-- Test: if select is disabled, it is barred from constraint validation
             and should not be affected by :-moz-ui-valid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <select class='notvalid' disabled></select>
  </body>
</html>