Lines Matching refs:Alert
1 Alert: *** Testing Unsupported Methods ***
2 Alert: PASS: typeof this.addAnnot = function
3 Alert: PASS: this.addAnnot() = undefined
4 Alert: PASS: this.addAnnot(1, 2, "clams", [1, 2, 3]) = undefined
5 Alert: PASS: typeof this.addField = function
6 Alert: PASS: this.addField() = undefined
7 Alert: PASS: this.addField(1, 2, "clams", [1, 2, 3]) = undefined
8 Alert: PASS: typeof this.addLink = function
9 Alert: PASS: this.addLink() = undefined
10 Alert: PASS: this.addLink(1, 2, "clams", [1, 2, 3]) = undefined
11 Alert: PASS: typeof this.closeDoc = function
12 Alert: PASS: this.closeDoc() = undefined
13 Alert: PASS: this.closeDoc(1, 2, "clams", [1, 2, 3]) = undefined
14 Alert: PASS: typeof this.createDataObject = function
15 Alert: PASS: this.createDataObject() = undefined
16 Alert: PASS: this.createDataObject(1, 2, "clams", [1, 2, 3]) = undefined
17 Alert: PASS: typeof this.deletePages = function
18 Alert: PASS: this.deletePages() = undefined
19 Alert: PASS: this.deletePages(1, 2, "clams", [1, 2, 3]) = undefined
20 Alert: PASS: typeof this.exportAsFDF = function
21 Alert: PASS: this.exportAsFDF() = undefined
22 Alert: PASS: this.exportAsFDF(1, 2, "clams", [1, 2, 3]) = undefined
23 Alert: PASS: typeof this.exportAsText = function
24 Alert: PASS: this.exportAsText() = undefined
25 Alert: PASS: this.exportAsText(1, 2, "clams", [1, 2, 3]) = undefined
26 Alert: PASS: typeof this.exportAsXFDF = function
27 Alert: PASS: this.exportAsXFDF() = undefined
28 Alert: PASS: this.exportAsXFDF(1, 2, "clams", [1, 2, 3]) = undefined
29 Alert: PASS: typeof this.extractPages = function
30 Alert: PASS: this.extractPages() = undefined
31 Alert: PASS: this.extractPages(1, 2, "clams", [1, 2, 3]) = undefined
32 Alert: PASS: typeof this.getAnnot3D = function
33 Alert: PASS: this.getAnnot3D() = undefined
34 Alert: PASS: this.getAnnot3D(1, 2, "clams", [1, 2, 3]) = undefined
35 Alert: PASS: typeof this.getAnnots3D = function
36 Alert: PASS: this.getAnnots3D() = undefined
37 Alert: PASS: this.getAnnots3D(1, 2, "clams", [1, 2, 3]) = undefined
38 Alert: PASS: typeof this.getLinks = function
39 Alert: PASS: this.getLinks() = undefined
40 Alert: PASS: this.getLinks(1, 2, "clams", [1, 2, 3]) = undefined
41 Alert: PASS: typeof this.getOCGs = function
42 Alert: PASS: this.getOCGs() = undefined
43 Alert: PASS: this.getOCGs(1, 2, "clams", [1, 2, 3]) = undefined
44 Alert: PASS: typeof this.getPageBox = function
45 Alert: PASS: this.getPageBox() = undefined
46 Alert: PASS: this.getPageBox(1, 2, "clams", [1, 2, 3]) = undefined
47 Alert: PASS: typeof this.getURL = function
48 Alert: PASS: this.getURL() = undefined
49 Alert: PASS: this.getURL(1, 2, "clams", [1, 2, 3]) = undefined
50 Alert: PASS: typeof this.importAnFDF = function
51 Alert: PASS: this.importAnFDF() = undefined
52 Alert: PASS: this.importAnFDF(1, 2, "clams", [1, 2, 3]) = undefined
53 Alert: PASS: typeof this.importAnXFDF = function
54 Alert: PASS: this.importAnXFDF() = undefined
55 Alert: PASS: this.importAnXFDF(1, 2, "clams", [1, 2, 3]) = undefined
56 Alert: PASS: typeof this.importTextData = function
57 Alert: PASS: this.importTextData() = undefined
58 Alert: PASS: this.importTextData(1, 2, "clams", [1, 2, 3]) = undefined
59 Alert: PASS: typeof this.insertPages = function
60 Alert: PASS: this.insertPages() = undefined
61 Alert: PASS: this.insertPages(1, 2, "clams", [1, 2, 3]) = undefined
62 Alert: PASS: typeof this.removeIcon = function
63 Alert: PASS: this.removeIcon() = undefined
64 Alert: PASS: this.removeIcon(1, 2, "clams", [1, 2, 3]) = undefined
65 Alert: PASS: typeof this.replacePages = function
66 Alert: PASS: this.replacePages() = undefined
67 Alert: PASS: this.replacePages(1, 2, "clams", [1, 2, 3]) = undefined
68 Alert: PASS: typeof this.saveAs = function
69 Alert: PASS: this.saveAs() = undefined
70 Alert: PASS: this.saveAs(1, 2, "clams", [1, 2, 3]) = undefined
71 Alert: PASS: typeof this.syncAnnotScan = function
72 Alert: PASS: this.syncAnnotScan() = undefined
73 Alert: PASS: this.syncAnnotScan(1, 2, "clams", [1, 2, 3]) = undefined
74 Alert: *** Testing Supported Methods ***
75 Alert: PASS: typeof this.addIcon = function
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.
81 Alert: PASS: typeof this.calculateNow = function
82 Alert: PASS: this.calculateNow() = undefined
83 Alert: PASS: typeof this.getAnnot = function
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…
87 Alert: PASS: typeof this.getAnnots = function
88 Alert: PASS: typeof this.getField = function
89 Alert: PASS: this.getField() threw Document.getField: Incorrect number of parameters passed to func…
90 Alert: PASS: typeof this.getIcon = function
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…
93 Alert: PASS: typeof this.getNthFieldName = function
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.
98 Alert: PASS: typeof this.getPageNthWord = function
99 Alert: PASS: this.getPageNthWord(0, 0, true, "clams", [1, 2]) = Hello,
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…
102 Alert: PASS: typeof this.getPageNthWordQuads = function
103 Alert: PASS: this.getPageNthWordQuads() threw Document.getPageNthWordQuads: Operation not supported.
104 Alert: PASS: typeof this.getPageNumWords = function
105 Alert: PASS: this.getPageNumWords(0, "clams", [1, 2]) = 2
106 Alert: PASS: this.getPageNumWords(-1) threw Document.getPageNumWords: Incorrect parameter value.
107 Alert: PASS: this.getPageNumWords(6) threw Document.getPageNumWords: Incorrect parameter value.
108 Alert: PASS: typeof this.getPrintParams = function
109 Alert: PASS: this.getPrintParams() threw Document.getPrintParams: Operation not supported.
110 Alert: PASS: this.getPrintParams(42) threw Document.getPrintParams: Operation not supported.
111 Alert: PASS: typeof this.gotoNamedDest = function
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.
115 Alert: PASS: typeof this.mailDoc = function
117 Alert: PASS: this.mailDoc() = undefined
119 Alert: PASS: this.mailDoc(false, "user@example.com", "cc@example.com", "bcc@example.com", "Lottery …
121 Alert: PASS: this.mailDoc({}) = undefined
123 Alert: PASS: this.mailDoc({"bUI": false, "cTo": "user@example.com", "cCc": "cc@example.com", "cBcc"…
124 Alert: PASS: typeof this.mailForm = function
126 Alert: PASS: this.mailForm() = undefined
128 Alert: PASS: this.mailForm(false, "user@example.com", "cc@example.com", "bcc@example.com", "Lottery…
130 Alert: PASS: this.mailForm({}) = undefined
132 Alert: PASS: this.mailForm({"bUI": false, "cTo": "user@example.com", "cCc": "cc@example.com", "cBcc…
133 Alert: PASS: typeof this.print = function
134 Alert: PASS: this.print() threw Document.print: User gesture required.
135 Alert: PASS: typeof this.removeField = function
136 Alert: PASS: this.removeField() threw Document.removeField: Incorrect number of parameters passed t…
137 Alert: PASS: typeof this.resetForm = function
138 Alert: PASS: this.resetForm() = undefined
139 Alert: PASS: this.resetForm("myform") = undefined
140 Alert: PASS: typeof this.submitForm = function
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…