Files
2018-02-02 04:16:08 -05:00

11 lines
313 B
HTML

<!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' type='email' value='foo@bar.com'>
</body>
</html>