summaryrefslogtreecommitdiff
path: root/testing/resources/javascript/document_methods_expected.txt
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-10-18 22:54:02 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-18 22:54:02 +0000
commit1f120c74ea2e0217dbb8a825bc7d495da805fc50 (patch)
tree614897f6488cad09c947b7ae318a9da4d66f3794 /testing/resources/javascript/document_methods_expected.txt
parent4c1ced59a6752f21fa857556a845ffad5919fbae (diff)
downloadpdfium-1f120c74ea2e0217dbb8a825bc7d495da805fc50.tar.xz
Fully populate JS platform callbacks in pdfium_test
Adjust expected results accordingly. Order functions to match platform member order. Change-Id: I3d5f8e3ef8f532af0891b7fbbc1a8305d1922a75 Reviewed-on: https://pdfium-review.googlesource.com/c/44311 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'testing/resources/javascript/document_methods_expected.txt')
-rw-r--r--testing/resources/javascript/document_methods_expected.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/resources/javascript/document_methods_expected.txt b/testing/resources/javascript/document_methods_expected.txt
index d4daf995c4..1cb2dbdfcc 100644
--- a/testing/resources/javascript/document_methods_expected.txt
+++ b/testing/resources/javascript/document_methods_expected.txt
@@ -141,4 +141,5 @@ Alert: PASS: this.resetForm() = undefined
Alert: PASS: this.resetForm("myform") = undefined
Alert: PASS: typeof this.submitForm = function
Alert: PASS: this.submitForm() threw error Document.submitForm: Incorrect number of parameters passed to function.
+Doc Submit Form: url=myform
Alert: PASS: this.submitForm("myform", true, true, ["name", "age"]) = undefined