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