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