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