1234567891011 |
- <!DOCTYPE html>
- <html class="reftest-wait">
- <!-- Test: if select is not disabled but it's value hasn't changed,
- it should not be affected:-moz-ui-valid pseudo-class. -->
- <link rel='stylesheet' type='text/css' href='style.css'>
- <body onload="document.getElementById('s').removeAttribute('disabled');
- document.documentElement.className='';">
- <select class='notvalid' id='s' disabled></select>
- </body>
- </html>
|