mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 06:05:44 +00:00
11 lines
463 B
HTML
11 lines
463 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<!-- Test: if textarea is not disabled but its value hasn't been modified,
|
|
it should not be affected by :-moz-ui-valid pseudo-class. -->
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<body onload="document.getElementById('t').removeAttribute('disabled');
|
|
document.documentElement.className='';">
|
|
<textarea class='notvalid' id='t' disabled></textarea>
|
|
</body>
|
|
</html>
|