1 Tests dump-as-markup for input and textarea forms.
6 | src="../../resources/dump-as-markup.js"
13 | this.value="replaced"
21 | this.value="replaced"
31 Markup.description("Tests dump-as-markup for input and textarea forms.");
33 document.getElementsByTagName("input")[0].value = "replaced";
34 document.getElementsByTagName("textarea")[0].value = "replaced";