layout/reftests/css-valid/input/input-radio-nogroup-required-valid.html

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:e91cefb78c62
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <link rel='stylesheet' type='text/css' href='style.css'>
4 <body onload="if (document.getElementById('i').mozMatchesSelector(':valid')) {
5 document.body.textContent='FAIL';
6 } else {
7 document.body.textContent='SUCCESS';
8 }
9 document.documentElement.className='';">
10 <input id='i' type='radio' required>
11 </body>
12 </html>

mercurial