2010-08-21 21:52:57 +04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<!-- Test: if input is of reset type, it is barred from constraint validation
|
|
|
|
and should not be affected by :invalid pseudo-class. -->
|
2010-08-25 08:40:31 +04:00
|
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
2010-08-21 21:52:57 +04:00
|
|
|
<body>
|
|
|
|
<!-- Setting value to the empty string let us check against input-button-ref.html -->
|
2010-08-25 08:40:31 +04:00
|
|
|
<input class='notinvalid' type='reset' value=''>
|
2010-08-21 21:52:57 +04:00
|
|
|
</body>
|
|
|
|
</html>
|