mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-12 18:05:58 +00:00
10 lines
319 B
HTML
10 lines
319 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- Test: if textarea is disabled, it is barred from constraint validation
|
|
and should not be affected by :-moz-ui-invalid pseudo-class. -->
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<body>
|
|
<textarea class='notinvalid' disabled></textarea>
|
|
</body>
|
|
</html>
|