summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ui-valid/input/input-radio-nogroup-required-valid.html
blob: 6808b0186b27d58f05833313fcdb24f2b787bb9a (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 = false;
                if (document.getElementById('i').matches(':-moz-ui-valid')) {
                  document.body.textContent='FAIL';
                } else {
                  document.body.textContent='SUCCESS';
                }
                document.documentElement.className='';">
    <input id='i' type='radio' required name='i'>
  </body>
</html>