diff options
Diffstat (limited to 'testing/resources/javascript')
-rw-r--r-- | testing/resources/javascript/document_methods_expected.txt | 1 | ||||
-rw-r--r-- | testing/resources/javascript/document_props_expected.txt | 8 |
2 files changed, 5 insertions, 4 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 diff --git a/testing/resources/javascript/document_props_expected.txt b/testing/resources/javascript/document_props_expected.txt index 2c0aa31d98..5bab82f12a 100644 --- a/testing/resources/javascript/document_props_expected.txt +++ b/testing/resources/javascript/document_props_expected.txt @@ -24,11 +24,11 @@ Alert: this.numFields is number 0 Alert: this.numPages is number 4 Alert: this.pageNum is undefined undefined Alert: this.pageWindowRect is undefined undefined -Alert: this.path is string / +Alert: this.path is string /myfile.pdf Alert: this.producer is string Alert: this.subject is string Alert: this.title is string -Alert: this.URL is string +Alert: this.URL is string myfile.pdf Alert: this.zoom is undefined undefined Alert: this.zoomType is undefined undefined Alert: *** Setting properties to true *** @@ -261,10 +261,10 @@ Alert: this.numFields is number 0 Alert: this.numPages is number 4 Alert: this.pageNum is undefined undefined Alert: this.pageWindowRect is undefined undefined -Alert: this.path is string / +Alert: this.path is string /myfile.pdf Alert: this.producer is string 3 Alert: this.subject is string 3 Alert: this.title is string 3 -Alert: this.URL is string +Alert: this.URL is string myfile.pdf Alert: this.zoom is undefined undefined Alert: this.zoomType is undefined undefined |