| Index: testing/resources/javascript/document_methods_expected.txt
|
| diff --git a/testing/resources/javascript/document_methods_expected.txt b/testing/resources/javascript/document_methods_expected.txt
|
| index 26f7b542dd16cf9efdc593410c69f3cfe9c5f8c2..d66de8b119370afe75d6066c508aedfad7735d0e 100644
|
| --- a/testing/resources/javascript/document_methods_expected.txt
|
| +++ b/testing/resources/javascript/document_methods_expected.txt
|
| @@ -97,6 +97,9 @@ Alert: PASS: this.getPageNumWords(0, "clams", [1, 2]) = 2
|
| Alert: PASS: this.getPageNumWords(-1) threw error Document.getPageNumWords: Incorrect parameter value.
|
| Alert: PASS: this.getPageNumWords(6) threw error Document.getPageNumWords: Incorrect parameter value.
|
| Alert: PASS: typeof this.getPrintParams = function
|
| +Alert: PASS: typeof this.gotoNamedDest = function
|
| +Alert: PASS: this.gotoNamedDest() threw error Document.gotoNamedDest: Incorrect number of parameters passed to function.
|
| +Alert: PASS: this.gotoNamedDest(1, 2) threw error Document.gotoNamedDest: Incorrect number of parameters passed to function.
|
| Alert: PASS: typeof this.mailDoc = function
|
| Alert: PASS: typeof this.mailForm = function
|
| Alert: PASS: typeof this.print = function
|
|
|