| OLD | NEW |
| 1 Alert: *** Testing Unsupported Methods *** | 1 Alert: *** Testing Unsupported Methods *** |
| 2 Alert: PASS: typeof this.addAnnot = function | 2 Alert: PASS: typeof this.addAnnot = function |
| 3 Alert: PASS: this.addAnnot() = undefined | 3 Alert: PASS: this.addAnnot() = undefined |
| 4 Alert: PASS: this.addAnnot(1, 2, "clams", [1, 2, 3]) = undefined | 4 Alert: PASS: this.addAnnot(1, 2, "clams", [1, 2, 3]) = undefined |
| 5 Alert: PASS: typeof this.addField = function | 5 Alert: PASS: typeof this.addField = function |
| 6 Alert: PASS: this.addField() = undefined | 6 Alert: PASS: this.addField() = undefined |
| 7 Alert: PASS: this.addField(1, 2, "clams", [1, 2, 3]) = undefined | 7 Alert: PASS: this.addField(1, 2, "clams", [1, 2, 3]) = undefined |
| 8 Alert: PASS: typeof this.addLink = function | 8 Alert: PASS: typeof this.addLink = function |
| 9 Alert: PASS: this.addLink() = undefined | 9 Alert: PASS: this.addLink() = undefined |
| 10 Alert: PASS: this.addLink(1, 2, "clams", [1, 2, 3]) = undefined | 10 Alert: PASS: this.addLink(1, 2, "clams", [1, 2, 3]) = undefined |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 Alert: PASS: typeof this.getPageNthWord = function | 90 Alert: PASS: typeof this.getPageNthWord = function |
| 91 Alert: PASS: this.getPageNthWord(0, 0, true, "clams", [1, 2]) = Hello, | 91 Alert: PASS: this.getPageNthWord(0, 0, true, "clams", [1, 2]) = Hello, |
| 92 Alert: PASS: this.getPageNthWord(-1, 0, true) threw error Document.getPageNthWor
d: Incorrect parameter value. | 92 Alert: PASS: this.getPageNthWord(-1, 0, true) threw error Document.getPageNthWor
d: Incorrect parameter value. |
| 93 Alert: PASS: this.getPageNthWord(6, 0, true) threw error Document.getPageNthWord
: Incorrect parameter value. | 93 Alert: PASS: this.getPageNthWord(6, 0, true) threw error Document.getPageNthWord
: Incorrect parameter value. |
| 94 Alert: PASS: typeof this.getPageNthWordQuads = function | 94 Alert: PASS: typeof this.getPageNthWordQuads = function |
| 95 Alert: PASS: typeof this.getPageNumWords = function | 95 Alert: PASS: typeof this.getPageNumWords = function |
| 96 Alert: PASS: this.getPageNumWords(0, "clams", [1, 2]) = 2 | 96 Alert: PASS: this.getPageNumWords(0, "clams", [1, 2]) = 2 |
| 97 Alert: PASS: this.getPageNumWords(-1) threw error Document.getPageNumWords: Inco
rrect parameter value. | 97 Alert: PASS: this.getPageNumWords(-1) threw error Document.getPageNumWords: Inco
rrect parameter value. |
| 98 Alert: PASS: this.getPageNumWords(6) threw error Document.getPageNumWords: Incor
rect parameter value. | 98 Alert: PASS: this.getPageNumWords(6) threw error Document.getPageNumWords: Incor
rect parameter value. |
| 99 Alert: PASS: typeof this.getPrintParams = function | 99 Alert: PASS: typeof this.getPrintParams = function |
| 100 Alert: PASS: typeof this.gotoNamedDest = function |
| 101 Alert: PASS: this.gotoNamedDest() threw error Document.gotoNamedDest: Incorrect
number of parameters passed to function. |
| 102 Alert: PASS: this.gotoNamedDest(1, 2) threw error Document.gotoNamedDest: Incorr
ect number of parameters passed to function. |
| 100 Alert: PASS: typeof this.mailDoc = function | 103 Alert: PASS: typeof this.mailDoc = function |
| 101 Alert: PASS: typeof this.mailForm = function | 104 Alert: PASS: typeof this.mailForm = function |
| 102 Alert: PASS: typeof this.print = function | 105 Alert: PASS: typeof this.print = function |
| 103 Alert: PASS: typeof this.removeField = function | 106 Alert: PASS: typeof this.removeField = function |
| 104 Alert: PASS: this.removeField() threw error Document.removeField: Incorrect numb
er of parameters passed to function. | 107 Alert: PASS: this.removeField() threw error Document.removeField: Incorrect numb
er of parameters passed to function. |
| 105 Alert: PASS: typeof this.resetForm = function | 108 Alert: PASS: typeof this.resetForm = function |
| 106 Alert: PASS: typeof this.submitForm = function | 109 Alert: PASS: typeof this.submitForm = function |
| 107 Alert: PASS: this.submitForm() threw error Document.submitForm: Incorrect number
of parameters passed to function. | 110 Alert: PASS: this.submitForm() threw error Document.submitForm: Incorrect number
of parameters passed to function. |
| OLD | NEW |