blob: 6f85637b4afa005faa2a4ae5bfb1ffb2330977a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<!-- Test: if input is invalid but it's value hasn't changed, it's not
affected by :-moz-ui-invalid pseudo-class. -->
<link rel='stylesheet' type='text/css' href='style.css'>
<body>
<fieldset disabled>
<legend>
<input class='notinvalid' required>
</legend>
</fieldset>
</body>
</html>
|