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