summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harrison <rharrison@chromium.org>2018-10-01 15:58:08 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-01 15:58:08 +0000
commit7005954dc9dcc2a44a4c4ae762b74be966b26378 (patch)
treea5338308ff08430fe98a1d99d72e6c117ab1040b
parent2b4d11c0f13384ede1954c56264acd5da176465c (diff)
downloadpdfium-7005954dc9dcc2a44a4c4ae762b74be966b26378.tar.xz
Add XFA GIF pixel test
This adds a test case where a simple red square GIF image is embedded into an XFA document. This exercises that <image> tags work correctly and that end to end rendering of GIFs is working. Displaying GIFs is currently broken, https://crbug.com/pdfium/1167, so this test is currently suppressed. BUG=pdfium:904 Change-Id: I400a2a287c24726bc811dacfabe30ddc77f38b9c Reviewed-on: https://pdfium-review.googlesource.com/43131 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org>
-rw-r--r--testing/SUPPRESSIONS2
-rw-r--r--testing/resources/pixel/xfa_specific/xfa_gif_image.in76
-rw-r--r--testing/resources/pixel/xfa_specific/xfa_gif_image_expected.pdf.0.pngbin0 -> 3776 bytes
3 files changed, 78 insertions, 0 deletions
diff --git a/testing/SUPPRESSIONS b/testing/SUPPRESSIONS
index f3d5867dda..e7e1ebd50b 100644
--- a/testing/SUPPRESSIONS
+++ b/testing/SUPPRESSIONS
@@ -332,3 +332,5 @@ standard_symbols.pdf * * *
# TODO(pdfium:1095): Remove after associated bug is fixed
xfa_example.in win * *
xfa_textfield.in win * *
+# TODO(pdfium:1167): Remove after associated bug is fixed
+xfa_gif_image.in * * * \ No newline at end of file
diff --git a/testing/resources/pixel/xfa_specific/xfa_gif_image.in b/testing/resources/pixel/xfa_specific/xfa_gif_image.in
new file mode 100644
index 0000000000..f5e655d62f
--- /dev/null
+++ b/testing/resources/pixel/xfa_specific/xfa_gif_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/gif">R0lGODdh+gD6AIABAP8AAP///ywAAAAA+gD6AAAC/oSPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kzX9o3n+s73/g8MCofEovGITCqXzKbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+f0uv2Oz+v3/L7/DxgoOEhYaHiImKi4yNjo+AgZKTlJWWl5iZmpucnZ6fkJGio6SlpqeoqaqrrK2ur6ChsrO0tba3uLm6u7y9vr+wscLDxMXGx8jJysvMzc7PwMHS09TV1tfY2drb3N3e39DR4uPk5ebn6Onq6+zt7u/g4fLz9PX29/j5+vv8/f7/8PMKDAgQQLGjyIMKHChQwbOnwIMaLEiRQrWryIMaPGV40cO3r8CDKkyJEkS5o8iTKlypUsW7p8CTOmzJk0a9q8iTOnzp08e/r8CTSo0KFEixo9ijSp0qVMmzp9CjWq1KlUq1q9ijWr1q1cu3r9Cjas2LFky14oAAA7</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_gif_image_expected.pdf.0.png b/testing/resources/pixel/xfa_specific/xfa_gif_image_expected.pdf.0.png
new file mode 100644
index 0000000000..5204fd7a2e
--- /dev/null
+++ b/testing/resources/pixel/xfa_specific/xfa_gif_image_expected.pdf.0.png
Binary files differ