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