| <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> |