2010-08-21 21:52:57 +04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html class="reftest-wait">
|
|
|
|
<!-- Test: if select is disabled, it is barred from constraint validation
|
|
|
|
and should not be affected by :invalid pseudo-class. -->
|
2010-08-25 08:40:31 +04:00
|
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
2010-08-21 21:52:57 +04:00
|
|
|
<body onload="document.getElementById('s').setCustomValidity('foo'); document.documentElement.className='';">
|
2010-08-25 08:40:31 +04:00
|
|
|
<select class='notinvalid' id='s' disabled></select>
|
2010-08-21 21:52:57 +04:00
|
|
|
</body>
|
|
|
|
</html>
|