summaryrefslogtreecommitdiff
path: root/testing/resources/javascript/field_methods_expected.txt
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-10-23 21:03:15 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-23 21:03:15 +0000
commit401077e47c49c3b1cb865ee6f1f29a931a6ca45b (patch)
tree3c77806e67b44d802963ade3d1129f1cf3d78d34 /testing/resources/javascript/field_methods_expected.txt
parentc2454acf57ddba145bff41ceb50b3715936cfb8e (diff)
downloadpdfium-401077e47c49c3b1cb865ee6f1f29a931a6ca45b.tar.xz
Split field.in into field_properties.in and field_methods.in
Matches the conventions of the other JavaScript tests. Change-Id: I9dc41e3964220db03f57b9ab30289e0c19b042da Reviewed-on: https://pdfium-review.googlesource.com/c/44531 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'testing/resources/javascript/field_methods_expected.txt')
-rw-r--r--testing/resources/javascript/field_methods_expected.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/resources/javascript/field_methods_expected.txt b/testing/resources/javascript/field_methods_expected.txt
new file mode 100644
index 0000000000..04aafd737e
--- /dev/null
+++ b/testing/resources/javascript/field_methods_expected.txt
@@ -0,0 +1,8 @@
+Alert: field is MyField
+Alert: sub_a is MyField.Sub_A
+Alert: nonesuch is undefined
+Alert: found 4 sub-fields:
+Alert: MyField.Sub_A
+Alert: MyField.Sub_B
+Alert: MyField.Sub_X
+Alert: MyField.Sub_Z