mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
10 lines
294 B
HTML
10 lines
294 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- Test: if input is disabled, it is barred from constraint validation
|
|
and should not be affected by :invalid pseudo-class. -->
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<body>
|
|
<input class='notinvalid' disabled>
|
|
</body>
|
|
</html>
|