summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-invalid/input/input-radio-checked-ref.html
blob: 45864b158cb7558ed07236101db1d70e00d4ff36 (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' checked>
    <input type='radio' class='ref'>
  </body>
</html>