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