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

Side by Side Diff: testing/resources/weblinks.in

Issue 878333003: Cover fpdftext.h API with embeddertests. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Non-zero initial paramenters in another place. Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « testing/resources/hello_world.pdf ('k') | testing/resources/weblinks.pdf » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {{header}}
2 {{object 1 0}} <<
3 /Type /Catalog
4 /Pages 2 0 R
5 >>
6 {{object 2 0}} <<
7 /Type /Pages
8 /MediaBox [ 0 0 600 600 ]
9 /Count 1
10 /Kids [ 3 0 R ]
11 >>
12 endobj
13 {{object 3 0}} <<
14 /Type /Page
15 /Parent 2 0 R
16 /Resources <<
17 /Font <<
18 /F1 4 0 R
19 /F2 5 0 R
20 >>
21 >>
22 /Contents 6 0 R
23 >>
24 endobj
25 {{object 4 0}} <<
26 /Type /Font
27 /Subtype /Type1
28 /BaseFont /Times-Roman
29 >>
30 endobj
31 {{object 4 0}} <<
32 /Type /Font
33 /Subtype /Type1
34 /BaseFont /Helvetica
35 >>
36 endobj
37 {{object 6 0}} <<
38 >>
39 stream
40 BT
41 /F1 12 Tf
42 50 50 Td
43 (Hello, world! This is not a link.) Tj
44 0 50 Td
45 (http://example.com?q=foo. This might be a link.) Tj
46 /F2 16 Tf
47 0 50 Td
48 (https://example.com?q=foo. This might be a link in another font.) Tj
49 0 50 Td
50 (javascript:alert(0). This might be a JS link.) Tj
51 0 50 Td
52 (ftp://example.org. This might be a FTP link.) Tj
53 0 50 Td
54 (file:///home/foo/example.txt. This might be a file link.) Tj
55 0 50 Td
56 (This is a rather long and pointless piece of non-link text.) Tj
57 ET
58 endstream
59 endobj
60 {{xref}}
61 trailer <<
62 /Size 6
63 /Root 1 0 R
64 >>
65 {{startxref}}
66 %%EOF
OLDNEW
« no previous file with comments | « testing/resources/hello_world.pdf ('k') | testing/resources/weblinks.pdf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698