1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-27 09:41:46 +00:00
Files

11 lines
302 B
HTML

<!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>