mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
11 lines
301 B
HTML
11 lines
301 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- Test: if input is valid and 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' value='foo' required>
|
|
</body>
|
|
</html>
|
|
|