Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: testing/resources/named_dests.in

Issue 812933004: Add API tests for NamedDestsByName, DestGetPageIndex. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: comments in pdf. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pdfium.gyp ('k') | testing/resources/named_dests.pdf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/resources/named_dests.in
diff --git a/testing/resources/named_dests.in b/testing/resources/named_dests.in
index 6655be9d1b27c9e9919a2a1e40ab590dbda4a93e..e93abf8ed45bcc829b6ef8f5cb0e24d5086b53ae 100644
--- a/testing/resources/named_dests.in
+++ b/testing/resources/named_dests.in
@@ -1,19 +1,23 @@
{{header}}
{{object 1 0}} <<
- /Type /Pages
- /Count 1
- /Kids [3 0 R]
->>
-endobj
-{{object 2 0}} <<
/Type /Catalog
- /Pages 1 0 R
+ /Pages 2 0 R
/Names <<
/Dests 10 0 R
>>
/Dests 14 0 R
>>
endobj
+{{object 2 0}} <<
+ /Type /Pages
+ /Count 2
+ /Kids [
+ 3 0 R
+ 4 0 R
+ ]
+>>
+endobj
+% Page number 0.
{{object 3 0}} <<
/Type /Page
/Parent 1 0 R
Bo Xu 2015/01/22 17:59:32 should be "/Parent 2 0 R"
@@ -21,14 +25,17 @@ endobj
/ProcSets [/PDF /Text /ImageB /ImageC /ImageI]
>>
/MediaBox [0 0 612 792]
- /Contents 5 0 R
>>
endobj
-{{object 5 0}} <<
- /Length 18
->> stream
-1 0 0 -1 29 763 cm
-endstream
+% Page number 1.
+{{object 4 0}} <<
+ /Type /Page
+ /Parent 1 0 R
Bo Xu 2015/01/22 17:59:32 Ditto
+ /Resources <<
+ /ProcSets [/PDF]
+ >>
+ /MediaBox [0 0 612 792]
+>>
endobj
% Root of Dests NameTree
{{object 10 0}} <<
@@ -41,8 +48,8 @@ endobj
% Left child for Dests NameTree
{{object 11 0}} <<
/Names [
- (First) [0 /XYZ 0 0 1]
- (Next) <</D [4 /Fit]>>
+ (First) [1 /XYZ 0 0 1]
+ (Next) <</D [4 0 R /Fit]>>
]
>>
endobj
@@ -54,16 +61,18 @@ endobj
]
>>
endobj
-% Old-style top-level Dests dictionary.
+% Old-style top-level Dests dictionary. Note that FirstAlternate
+% intentionally references non-exisstant page 11 and LastAlternate
+% intentionally references non-existant object 999.
{{object 14 0}} <<
- /FirstAlternate [10 /XYZ 200 400 800]
- /LastAlternate <</D [14 /XYZ 0 0 -200]>>
+ /FirstAlternate [11 /XYZ 200 400 800]
+ /LastAlternate <</D [999 0 R /XYZ 0 0 -200]>>
>>
endobj
{{xref}}
trailer <<
/Size 6
- /Root 2 0 R
+ /Root 1 0 R
>>
{{startxref}}
%%EOF
« no previous file with comments | « pdfium.gyp ('k') | testing/resources/named_dests.pdf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698