Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
1 <!DOCTYPE html>
2 <html>
3 <!-- Test: if input is invalid but it's value hasn't changed, it's not
4 affected by :-moz-ui-invalid pseudo-class. -->
5 <link rel='stylesheet' type='text/css' href='style.css'>
6 <body>
7 <fieldset disabled>
8 <legend>
9 <input class='notinvalid' required>
10 </legend>
11 </fieldset>
12 </body>
13 </html>