2010-08-21 10:52:57 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html class="reftest-wait">
|
|
|
|
<!-- Test: if textarea is no longer readonly, it is candidate for constraint
|
|
|
|
validation and should be affected by :invalid pseudo-class. -->
|
2010-08-24 21:40:31 -07:00
|
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
2010-08-21 10:52:57 -07:00
|
|
|
<body onload="document.getElementById('t').removeAttribute('readonly'); document.documentElement.className='';">
|
2010-08-24 21:40:31 -07:00
|
|
|
<textarea class='invalid' id='t' readonly required></textarea>
|
2010-08-21 10:52:57 -07:00
|
|
|
</body>
|
|
|
|
</html>
|