tenfourfox/layout/reftests/css-valid/input/input-dyn-not-disabled.html

10 lines
423 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html class="reftest-wait">
<!-- Test: if input is not disabled, it is candidate for constraint validation
and should be affected by :valid pseudo-class. -->
<link rel='stylesheet' type='text/css' href='style.css'>
<body onload="document.getElementById('i').removeAttribute('disabled'); document.documentElement.className='';">
<input class='valid' id='i' disabled>
</body>
</html>