mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-06 18:30:16 +00:00
10 lines
311 B
HTML
10 lines
311 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'></textarea>
|
|
</body>
|
|
</html>
|