summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ui-invalid/input/input-radio-nogroup-required-invalid.html
blob: e17e92a95866f798eff112c06b81e7c6e7b559cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html class="reftest-wait">
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementById('i').checked = true;
                if (document.getElementById('i').matches(':-moz-ui-invalid')) {
                  document.body.textContent='FAIL';
                } else {
                  document.body.textContent='SUCCESS';
                }
                document.documentElement.className='';">
    <input id='i' type='radio' required name='i'>
  </body>
</html>