blob: f61e9a0a3de08fb42de967aebdadd50f883dcf4e [file] [log] [blame]
<!DocType html>
<script src="../../resources/dump-as-markup.js"></script>
<input value="original" />
<textarea>original</textarea>
<script>
Markup.description("Tests dump-as-markup for input and textarea forms.");
document.getElementsByTagName("input")[0].value = "replaced";
document.getElementsByTagName("textarea")[0].value = "replaced";
</script>