blob: 9e21f2ac2bb8d03e9be4d11ddc646d6159da4708 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<!-- Test: if button is disabled, it is barred from constraint validation
and should not be affected by :valid pseudo-class. -->
<link rel='stylesheet' type='text/css' href='style.css'>
<body>
<button class='notvalid' disabled></button>
</body>
</html>
|