summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harrison <rharrison@chromium.org>2018-10-01 19:56:37 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-01 19:56:37 +0000
commit4e0ea88aa96380f5262c82855a332dc8d81e65a8 (patch)
treeee54188c227a6a91fc357f8577175549265a9d4e
parente45a3f17eae234252359e24200551d7ae87267ae (diff)
downloadpdfium-4e0ea88aa96380f5262c82855a332dc8d81e65a8.tar.xz
Add XFA PNG pixel test
This adds a test case where a simple red square PNG image is embedded into an XFA document. This exercises that <image> tags work correctly and that end to end rendering of PNGs is working. Change-Id: I8b04c5b0e85f7163e22dcf98593e6c88d5395ebb Reviewed-on: https://pdfium-review.googlesource.com/43130 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org>
-rw-r--r--testing/resources/pixel/xfa_specific/xfa_png_image.in76
-rw-r--r--testing/resources/pixel/xfa_specific/xfa_png_image_expected.pdf.0.pngbin0 -> 3776 bytes
2 files changed, 76 insertions, 0 deletions
diff --git a/testing/resources/pixel/xfa_specific/xfa_png_image.in b/testing/resources/pixel/xfa_specific/xfa_png_image.in
new file mode 100644
index 0000000000..96284587d7
--- /dev/null
+++ b/testing/resources/pixel/xfa_specific/xfa_png_image.in
@@ -0,0 +1,76 @@
+{{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
+<template xmlns="http://www.xfa.org/schema/xfa-template/3.3/">
+ <subform name="form1" layout="tb" locale="en_US" restoreState="auto">
+ <pageSet>
+ <pageArea name="Page1" id="Page1">
+ <contentArea x="18pt" y="18pt" w="612pt" h="792pt"/>
+ <medium stock="default" short="612pt" long="792pt"/>
+ </pageArea>
+ </pageSet>
+ <subform w="576pt" h="756pt" name="Page1">
+ <field name="ImageField1" w="250pt" h="250pt">
+ <value>
+ <image contentType="image/png">iVBORw0KGgoAAAANSUhEUgAAAPoAAAD6AQMAAACyIsh+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gkbExkvM+ErrgAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAA1BMVEX/AAAZ4gk3AAAAHklEQVQYGe3BAQEAAACCoP6vdkjAAAAAAAAAAIBjASA6AAHLOxA4AAAAAElFTkSuQmCC</image>
+ </value>
+ <border>
+ <edge thickness="0.254mm"/>
+ <corner thickness="0.254mm"/>
+ </border>
+ </field>
+ </subform>
+ </subform>
+</template>
+
+endstream
+endobj
+
+{{xfalocale 6 0}}
+
+{{xfapostamble 7 0}}
+
+{{xref}}
+{{trailer}}
+{{startxref}}
+%%EOF
diff --git a/testing/resources/pixel/xfa_specific/xfa_png_image_expected.pdf.0.png b/testing/resources/pixel/xfa_specific/xfa_png_image_expected.pdf.0.png
new file mode 100644
index 0000000000..5204fd7a2e
--- /dev/null
+++ b/testing/resources/pixel/xfa_specific/xfa_png_image_expected.pdf.0.png
Binary files differ