Lines Matching refs:Document
76 Alert: PASS: this.addIcon() threw Document.addIcon: Incorrect number of parameters passed to functi…
77 Alert: PASS: this.addIcon(1) threw Document.addIcon: Incorrect number of parameters passed to funct…
78 Alert: PASS: this.addIcon(1, 2, 3) threw Document.addIcon: Incorrect number of parameters passed to…
79 Alert: PASS: this.addIcon("myicon", 3) threw Document.addIcon: Incorrect parameter type.
80 Alert: PASS: this.addIcon("myicon", undefined) threw Document.addIcon: Incorrect parameter type.
84 Alert: PASS: this.getAnnot() threw Document.getAnnot: Incorrect number of parameters passed to func…
85 Alert: PASS: this.getAnnot(0) threw Document.getAnnot: Incorrect number of parameters passed to fun…
86 Alert: PASS: this.getAnnot(0, "test", 0) threw Document.getAnnot: Incorrect number of parameters pa…
89 Alert: PASS: this.getField() threw Document.getField: Incorrect number of parameters passed to func…
91 Alert: PASS: this.getIcon() threw Document.getIcon: Incorrect number of parameters passed to functi…
92 Alert: PASS: this.getIcon(1, 2) threw Document.getIcon: Incorrect number of parameters passed to fu…
94 Alert: PASS: this.getNthFieldName() threw Document.getNthFieldName: Incorrect number of parameters …
95 Alert: PASS: this.getNthFieldName(-1) threw Document.getNthFieldName: Incorrect parameter value.
96 Alert: PASS: this.getNthFieldName(400000) threw Document.getNthFieldName: Object no longer exists.
97 Alert: PASS: this.getNthFieldName(0) threw Document.getNthFieldName: Object no longer exists.
100 Alert: PASS: this.getPageNthWord(-1, 0, true) threw Document.getPageNthWord: Incorrect parameter va…
101 Alert: PASS: this.getPageNthWord(6, 0, true) threw Document.getPageNthWord: Incorrect parameter val…
103 Alert: PASS: this.getPageNthWordQuads() threw Document.getPageNthWordQuads: Operation not supported.
106 Alert: PASS: this.getPageNumWords(-1) threw Document.getPageNumWords: Incorrect parameter value.
107 Alert: PASS: this.getPageNumWords(6) threw Document.getPageNumWords: Incorrect parameter value.
109 Alert: PASS: this.getPrintParams() threw Document.getPrintParams: Operation not supported.
110 Alert: PASS: this.getPrintParams(42) threw Document.getPrintParams: Operation not supported.
112 Alert: PASS: this.gotoNamedDest() threw Document.gotoNamedDest: Incorrect number of parameters pass…
113 Alert: PASS: this.gotoNamedDest(1, 2) threw Document.gotoNamedDest: Incorrect number of parameters …
114 Alert: PASS: this.gotoNamedDest("chicago") threw Document.gotoNamedDest: Object no longer exists.
134 Alert: PASS: this.print() threw Document.print: User gesture required.
136 Alert: PASS: this.removeField() threw Document.removeField: Incorrect number of parameters passed t…
141 Alert: PASS: this.submitForm() threw Document.submitForm: Incorrect number of parameters passed to …
142 Alert: PASS: this.submitForm("myform", true, true, ["name", "age"]) threw Document.submitForm: User…