blob: debad37641bb711fbb47f70502eb27a2da286ed0 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html class="reftest-wait">
<!-- Test: if select is not disabled, it is candidate for constraint validation
and should be affected by :valid pseudo-class. -->
<link rel='stylesheet' type='text/css' href='style.css'>
<body onload="document.getElementById('s').removeAttribute('disabled'); document.documentElement.className='';">
<select class='valid' id='s' disabled></select>
</body>
</html>
|