blob: b800e696161626a7a6c63619c22312ec5791f5f4 [file] [log] [blame]
<html>
<body onload="document.getElementById('t1').style.visibility ='visible'">
This tests that the value becomes visible when the text field becomes visible.
<p>
<input type="text" id="t1" style="-khtml-appearance:textfield; visibility:hidden" value="Test Passed"></input>
<div id="result"></div>
</p>
</body>
</html>