summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-required/css-required-button-element.html
blob: 5c2df1c9513257d4e7850e1bc4e1eb9436f872c1 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='css-required-style.css'>
  <body>
    <button required></button>
  </body>
</html>