From 823c26ae904b3431475c750d0bda1ab1be7e2fdc Mon Sep 17 00:00:00 2001 From: Wei Li Date: Thu, 5 Nov 2015 13:39:14 -0800 Subject: Merge to XFA: Add base test for RebuildCrossRef function. This tests whether RebuildCrossRef could handle well-formatted pdf file. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1409013005 . (cherry picked from commit 4544797e8998a31e7bc3f5439a5982f7f66dff26) Review URL: https://codereview.chromium.org/1413343004 . --- testing/resources/parser_rebuildxref_correct.pdf | 55 ++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 testing/resources/parser_rebuildxref_correct.pdf (limited to 'testing/resources/parser_rebuildxref_correct.pdf') diff --git a/testing/resources/parser_rebuildxref_correct.pdf b/testing/resources/parser_rebuildxref_correct.pdf new file mode 100644 index 0000000000..5e4f60bc38 --- /dev/null +++ b/testing/resources/parser_rebuildxref_correct.pdf @@ -0,0 +1,55 @@ +%PDF-1.7 +% ò¤ô +1 0 obj << + /Type /Catalog + /Pages 2 2 R +>> +2 2 obj << + /Type /Pages + /MediaBox [ 0 0 200 200 ] + /Count 1 + /Kids [ 3 4 R ] +>> +endobj +3 4 obj << + /Type /Page + /Parent 2 2 R + /Resources << + /Font << + /F1 4 6 R + /F2 5 8 R + >> + >> + /Contents 6 0 R +>> +endobj +4 6 obj << + /Type /Font + /Subtype /Type1 + /BaseFont /Times-Roman +>> +endobj +5 8 obj << + /Type /Font + /Subtype /Type1 + /BaseFont /Helvetica +>> +endobj +6 0 obj << +>> +stream +BT +20 50 Td +/F1 12 Tf +(Hello, world!) Tj +0 50 Td +/F2 16 Tf +(Goodbye, world!) Tj +ET +endstream +endobj +trailer << + /Size 6 + /Root 1 0 R +>> +%%EOF -- cgit v1.2.3