blob: 1d0dd1067c28a46cabada8fb6d4ffea55e7988f4 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<!-- Test: if textarea is disabled, it is barred from constraint validation
and should not be affected by :invalid pseudo-class. -->
<link rel='stylesheet' type='text/css' href='style.css'>
<body>
<textarea class='notinvalid' disabled></textarea>
</body>
</html>
|