blob: 3ba00d7a5d9a8e0ce4c48f8ad4a5e7090545144b (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html class="reftest-wait">
<!-- Test: if input is not disabled but its value hasn't been changed,
it should not be affected by :-moz-ui-valid pseudo-class. -->
<link rel='stylesheet' type='text/css' href='style.css'>
<body onload="document.getElementById('i').removeAttribute('disabled');
document.documentElement.className='';">
<input class='notvalid' id='i' disabled>
</body>
</html>
|