mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-23 03:32:39 +00:00
10 lines
411 B
HTML
10 lines
411 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<!-- Test: if input is disabled, it is barred from constraint validation
|
|
and should not be affected by :-moz-ui-valid pseudo-class. -->
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<body onload="document.getElementById('i').disabled='true'; document.documentElement.className='';">
|
|
<input class='notvalid' id='i'>
|
|
</body>
|
|
</html>
|