Mypal/layout/reftests/css-ui-invalid/input/input-pattern-valid.html
2019-03-11 13:26:37 +03:00

11 lines
318 B
HTML

<!DOCTYPE html>
<html>
<!-- Test: if input is valid and 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>
<input class='notinvalid' pattern='foo' value='foo'>
</body>
</html>