adele | a417e3c | 2006-03-09 23:30:15 +0000 | [diff] [blame] | 1 | <html> |
2 | <body onload="document.getElementById('t1').style.visibility ='visible'"> | ||||
3 | This tests that the value becomes visible when the text field becomes visible. | ||||
4 | <p> | ||||
5 | <input type="text" id="t1" style="-khtml-appearance:textfield; visibility:hidden" value="Test Passed"></input> | ||||
6 | <div id="result"></div> | ||||
7 | </p> | ||||
8 | </body> | ||||
9 | </html> |