blob: dbc12b65037e504c30676371754bf3e0887d47bf (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<!-- Test: if textarea is readonly, 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' readonly></textarea>
</body>
</html>
|