зеркало из https://github.com/mozilla/gecko-dev.git
11 строки
313 B
HTML
11 строки
313 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- Test: if textarea is valid and not barred from constraint validation,
|
|
it should not be affected by :invalid pseudo-class. -->
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<body>
|
|
<textarea class='notinvalid' required>foo</textarea>
|
|
</body>
|
|
</html>
|
|
|