summaryrefslogtreecommitdiff
path: root/testing/resources/bug_57.in
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-01-27 12:42:36 -0800
committerTom Sepez <tsepez@chromium.org>2015-01-27 12:42:36 -0800
commit26b8a5b56c255618097cb3a26f640ce6cafce56f (patch)
treec9ddbb1ad45d9542a0621182454ca3e149c32cba /testing/resources/bug_57.in
parent20af0c082a94a006d1b6dbbf2d133dca6e43d05f (diff)
downloadpdfium-26b8a5b56c255618097cb3a26f640ce6cafce56f.tar.xz
Merge to XFA: Add embedder test for stream length beyond end of file.
Original Review URL: https://codereview.chromium.org/878523003 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/876393003
Diffstat (limited to 'testing/resources/bug_57.in')
-rw-r--r--testing/resources/bug_57.in48
1 files changed, 48 insertions, 0 deletions
diff --git a/testing/resources/bug_57.in b/testing/resources/bug_57.in
new file mode 100644
index 0000000000..0825efdfa8
--- /dev/null
+++ b/testing/resources/bug_57.in
@@ -0,0 +1,48 @@
+{{header}}
+{{object 1 0}} <<
+ /Type /Catalog
+ /Pages 2 0 R
+>>
+{{object 2 0}} <<
+ /Type /Pages
+ /MediaBox [ 0 0 200 200 ]
+ /Count 1
+ /Kids [ 3 0 R ]
+>>
+endobj
+{{object 3 0}} <<
+ /Type /Page
+ /Parent 2 0 R
+ /Resources <<
+ /Font <<
+ /F1 4 0 R
+ >>
+ >>
+ /Contents 5 0 R
+>>
+endobj
+{{object 4 0}} <<
+ /Type /Font
+ /Subtype /Type1
+ /BaseFont /Times-Roman
+>>
+endobj
+% page content with streamlength past end-of-file.
+{{object 5 0}} <<
+ /Length 9999
+>>
+stream
+BT
+70 50 TD
+/F1 12 Tf
+(Hello, world!) Tj
+ET
+endstream
+endobj
+{{xref}}
+trailer <<
+ /Size 6
+ /Root 1 0 R
+>>
+{{startxref}}
+%%EOF