diff options
Diffstat (limited to 'testing/resources/javascript/document_methods_expected.txt')
-rw-r--r-- | testing/resources/javascript/document_methods_expected.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/resources/javascript/document_methods_expected.txt b/testing/resources/javascript/document_methods_expected.txt index d4daf995c4..1cb2dbdfcc 100644 --- a/testing/resources/javascript/document_methods_expected.txt +++ b/testing/resources/javascript/document_methods_expected.txt @@ -141,4 +141,5 @@ Alert: PASS: this.resetForm() = undefined Alert: PASS: this.resetForm("myform") = undefined Alert: PASS: typeof this.submitForm = function Alert: PASS: this.submitForm() threw error Document.submitForm: Incorrect number of parameters passed to function. +Doc Submit Form: url=myform Alert: PASS: this.submitForm("myform", true, true, ["name", "age"]) = undefined |