tenfourfox/layout/reftests/css-ui-valid/input/input-maxlength-valid.html

11 lines
294 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<!-- Test: if input is valid but its value hasn't been changed,
it should not be affected by :-moz-ui-valid pseudo-class. -->
<link rel='stylesheet' type='text/css' href='style.css'>
<body>
<input class='notvalid' maxlength="2">
</body>
</html>