blob: 0a1a676a8c2d564f6325116add087e9a59d2276e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<!-- Test: if input isn't valid nor barred from constraint validation,
but its value is stil lthe default value,
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='bar' value='foo'>
</body>
</html>
|