Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(394)

Side by Side Diff: testing/resources/javascript/document_methods_expected.txt

Issue 2265553002: Stub out Document::syncAnnotScan method. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « testing/resources/javascript/document_methods.in ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 Alert: PASS: this.insertPages(1, 2, "clams", [1, 2, 3]) = undefined 61 Alert: PASS: this.insertPages(1, 2, "clams", [1, 2, 3]) = undefined
62 Alert: PASS: typeof this.removeIcon = function 62 Alert: PASS: typeof this.removeIcon = function
63 Alert: PASS: this.removeIcon() = undefined 63 Alert: PASS: this.removeIcon() = undefined
64 Alert: PASS: this.removeIcon(1, 2, "clams", [1, 2, 3]) = undefined 64 Alert: PASS: this.removeIcon(1, 2, "clams", [1, 2, 3]) = undefined
65 Alert: PASS: typeof this.replacePages = function 65 Alert: PASS: typeof this.replacePages = function
66 Alert: PASS: this.replacePages() = undefined 66 Alert: PASS: this.replacePages() = undefined
67 Alert: PASS: this.replacePages(1, 2, "clams", [1, 2, 3]) = undefined 67 Alert: PASS: this.replacePages(1, 2, "clams", [1, 2, 3]) = undefined
68 Alert: PASS: typeof this.saveAs = function 68 Alert: PASS: typeof this.saveAs = function
69 Alert: PASS: this.saveAs() = undefined 69 Alert: PASS: this.saveAs() = undefined
70 Alert: PASS: this.saveAs(1, 2, "clams", [1, 2, 3]) = 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
71 Alert: *** Testing Supported Methods *** 74 Alert: *** Testing Supported Methods ***
72 Alert: PASS: typeof this.addIcon = function 75 Alert: PASS: typeof this.addIcon = function
73 Alert: PASS: this.addIcon() threw error Document.addIcon: Incorrect number of pa rameters passed to function. 76 Alert: PASS: this.addIcon() threw error Document.addIcon: Incorrect number of pa rameters passed to function.
74 Alert: PASS: this.addIcon(1) threw error Document.addIcon: Incorrect number of p arameters passed to function. 77 Alert: PASS: this.addIcon(1) threw error Document.addIcon: Incorrect number of p arameters passed to function.
75 Alert: PASS: this.addIcon(1, 2, 3) threw error Document.addIcon: Incorrect numbe r of parameters passed to function. 78 Alert: PASS: this.addIcon(1, 2, 3) threw error Document.addIcon: Incorrect numbe r of parameters passed to function.
76 Alert: PASS: this.addIcon("myicon", 3) threw error Document.addIcon: Incorrect p arameter type. 79 Alert: PASS: this.addIcon("myicon", 3) threw error Document.addIcon: Incorrect p arameter type.
77 Alert: PASS: this.addIcon("myicon", undefined) threw error Document.addIcon: Inc orrect parameter type. 80 Alert: PASS: this.addIcon("myicon", undefined) threw error Document.addIcon: Inc orrect parameter type.
78 Alert: PASS: typeof this.calculateNow = function 81 Alert: PASS: typeof this.calculateNow = function
79 Alert: PASS: typeof this.getAnnot = function 82 Alert: PASS: typeof this.getAnnot = function
80 Alert: PASS: this.getAnnot() threw error Document.getAnnot: Incorrect number of parameters passed to function. 83 Alert: PASS: this.getAnnot() threw error Document.getAnnot: Incorrect number of parameters passed to function.
(...skipping 21 matching lines...) Expand all
102 Alert: PASS: this.gotoNamedDest() threw error Document.gotoNamedDest: Incorrect number of parameters passed to function. 105 Alert: PASS: this.gotoNamedDest() threw error Document.gotoNamedDest: Incorrect number of parameters passed to function.
103 Alert: PASS: this.gotoNamedDest(1, 2) threw error Document.gotoNamedDest: Incorr ect number of parameters passed to function. 106 Alert: PASS: this.gotoNamedDest(1, 2) threw error Document.gotoNamedDest: Incorr ect number of parameters passed to function.
104 Alert: PASS: typeof this.mailDoc = function 107 Alert: PASS: typeof this.mailDoc = function
105 Alert: PASS: typeof this.mailForm = function 108 Alert: PASS: typeof this.mailForm = function
106 Alert: PASS: typeof this.print = function 109 Alert: PASS: typeof this.print = function
107 Alert: PASS: typeof this.removeField = function 110 Alert: PASS: typeof this.removeField = function
108 Alert: PASS: this.removeField() threw error Document.removeField: Incorrect numb er of parameters passed to function. 111 Alert: PASS: this.removeField() threw error Document.removeField: Incorrect numb er of parameters passed to function.
109 Alert: PASS: typeof this.resetForm = function 112 Alert: PASS: typeof this.resetForm = function
110 Alert: PASS: typeof this.submitForm = function 113 Alert: PASS: typeof this.submitForm = function
111 Alert: PASS: this.submitForm() threw error Document.submitForm: Incorrect number of parameters passed to function. 114 Alert: PASS: this.submitForm() threw error Document.submitForm: Incorrect number of parameters passed to function.
OLDNEW
« no previous file with comments | « testing/resources/javascript/document_methods.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698