blob: b940be643d429510462b5a29df2143a4a8f7274e (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<!-- Test: if input is valid but its default 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='file'>
</body>
</html>
|