3 testRunner
.dumpAsText();
7 var emailID
=document
.apply
.EmailAdd
;
9 document
.execCommand("InsertText", false, "aaa")
11 document
.execCommand("InsertText", false, "aaa")
12 document
.execCommand("Undo");
13 document
.execCommand("Undo");
18 <BODY onload=
"test()">
19 <p>This test checks that undoing across a programmatic change to a
20 text field's value doesn't cause crashes or assertion failures. If
21 this test does not crash, it has passed.
</p>
24 <input name=
"EmailAdd" type=
"text" onBlur=
"javascript:ValidateForm();">