blob: ddba267623cb32b6ef5bfec7119ad0662b2578af [file] [log] [blame]
<input type="text" id="input1">
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.getElementById('input1').value = 'value';
document.getElementById('input1').type = 'hidden';
document.write('PASS unless crashed.');
</script>