From 9002cd8cb5c95152a05a8923f0ed06c38ca0730d Mon Sep 17 00:00:00 2001 From: Ryan Harrison Date: Wed, 28 Feb 2018 19:18:06 +0000 Subject: Add simple XFA test for entering text into TextEdit BUG=pdfium:1008,pdfium:1020 Change-Id: I607b9327252ff836ad78a55659b1d40bc2797906 Reviewed-on: https://pdfium-review.googlesource.com/27771 Reviewed-by: dsinclair Commit-Queue: Ryan Harrison --- .../resources/pixel/xfa_specific/xfa_textfield.evt | 8 +++ .../resources/pixel/xfa_specific/xfa_textfield.in | 73 +++++++++++++++++++++ .../xfa_specific/xfa_textfield_expected.pdf.0.png | Bin 0 -> 4510 bytes .../xfa_textfield_expected_mac.pdf.0.png | Bin 0 -> 4496 bytes .../xfa_textfield_expected_win.pdf.0.png | Bin 0 -> 4496 bytes 5 files changed, 81 insertions(+) create mode 100644 testing/resources/pixel/xfa_specific/xfa_textfield.evt create mode 100644 testing/resources/pixel/xfa_specific/xfa_textfield.in create mode 100644 testing/resources/pixel/xfa_specific/xfa_textfield_expected.pdf.0.png create mode 100644 testing/resources/pixel/xfa_specific/xfa_textfield_expected_mac.pdf.0.png create mode 100644 testing/resources/pixel/xfa_specific/xfa_textfield_expected_win.pdf.0.png diff --git a/testing/resources/pixel/xfa_specific/xfa_textfield.evt b/testing/resources/pixel/xfa_specific/xfa_textfield.evt new file mode 100644 index 0000000000..3d110568ec --- /dev/null +++ b/testing/resources/pixel/xfa_specific/xfa_textfield.evt @@ -0,0 +1,8 @@ +mousemove,20,20 +mousedown,left,20,20 +charcode,72 +charcode,101 +charcode,108 +charcode,108 +charcode,111 +charcode,33 diff --git a/testing/resources/pixel/xfa_specific/xfa_textfield.in b/testing/resources/pixel/xfa_specific/xfa_textfield.in new file mode 100644 index 0000000000..bdd685009f --- /dev/null +++ b/testing/resources/pixel/xfa_specific/xfa_textfield.in @@ -0,0 +1,73 @@ +{{header}} + +%% Original object ID: 24 0 +{{object 1 0}} +<< + /AcroForm 2 0 R + /Extensions << + /ADBE << + /BaseVersion /1.7 + /ExtensionLevel 8 + >> + >> + /NeedsRendering true + /Type /Catalog +>> +endobj + +%% Original object ID: 32 0 +{{object 2 0}} +<< + /XFA [ + (preamble) + 3 0 R + (config) + 4 0 R + (template) + 5 0 R + (localeSet) + 6 0 R + (postamble) + 7 0 R + ] +>> +endobj + +{{xfapreamble 3 0}} +{{xfaconfig 4 0}} + +{{object 5 0}} +<< + {{streamlen}} +>> +stream + +endstream +endobj + +{{xfalocale 6 0}} + +{{xfapostamble 7 0}} + +{{xref}} +{{trailer}} +{{startxref}} +%%EOF \ No newline at end of file diff --git a/testing/resources/pixel/xfa_specific/xfa_textfield_expected.pdf.0.png b/testing/resources/pixel/xfa_specific/xfa_textfield_expected.pdf.0.png new file mode 100644 index 0000000000..e5ad5012cd Binary files /dev/null and b/testing/resources/pixel/xfa_specific/xfa_textfield_expected.pdf.0.png differ diff --git a/testing/resources/pixel/xfa_specific/xfa_textfield_expected_mac.pdf.0.png b/testing/resources/pixel/xfa_specific/xfa_textfield_expected_mac.pdf.0.png new file mode 100644 index 0000000000..c4d4ce5a22 Binary files /dev/null and b/testing/resources/pixel/xfa_specific/xfa_textfield_expected_mac.pdf.0.png differ diff --git a/testing/resources/pixel/xfa_specific/xfa_textfield_expected_win.pdf.0.png b/testing/resources/pixel/xfa_specific/xfa_textfield_expected_win.pdf.0.png new file mode 100644 index 0000000000..c4d4ce5a22 Binary files /dev/null and b/testing/resources/pixel/xfa_specific/xfa_textfield_expected_win.pdf.0.png differ -- cgit v1.2.3