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

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

Issue 1158483004: Merge to XFA: Automated test case for 487928. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Tidy after merge. Created 5 years, 6 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/embedder_test_timer_handling_delegate.h ('k') | testing/resources/bug_487928.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 /AcroForm 6 0 R
6 /Names <</JavaScript 13 0 R>>
7 >>
8 endobj
9 {{object 2 0}} <<
10 /Type /Pages
11 /Count 1
12 /Kids [4 0 R]
13 >>
14 endobj
15 {{object 4 0}} <<
16 /Type /Page
17 /Parent 2 0 R
18 /MediaBox [0 0 612 792]
19 /CropBox [0 0 612 792]
20 /Resources <<>>
21 /Annots [5 0 R]
22 >>
23 endobj
24 {{object 5 0}} <<
25 /FT /Tx
26 /Ff 29360128
27 /T (txtName)
28 /Type /Annot
29 /Subtype /Widget
30 /F 4
31 /M (D:20150514070426+05'30')
32 /Rect [180.279 715.6 256.186 744.072]
33 /BS <<
34 /W 1
35 /S /S
36 >>
37 /DA (/Helv 0 Tf 0 0 0 rg)
38 /AP <</N 8 0 R>>
39 /V ()
40 /AA 19 0 R
41 >>
42 endobj
43 {{object 6 0}} <<
44 /DR <<
45 /Font <</Helv 7 0 R>>
46 >>
47 /DA (/Helv 0 Tf 0 g)
48 /Fields [5 0 R]
49 >>
50 endobj
51 {{object 7 0}} <<
52 /Type /Font
53 /Subtype /Type1
54 /BaseFont /Helvetica
55 /Encoding /WinAnsiEncoding
56 >>
57 endobj
58 {{object 8 0}} <<
59 /Type /XObject
60 /Subtype /Form
61 /FormType 1
62 /Matrix [1 0 0 1 0 0]
63 /BBox [0 0 75.907 28.472]
64 /Resources <<
65 /Font <</FXF0 7 0 R>>
66 >>
67 >>
68 stream
69 q
70 Q
71
72
73 endstream
74 endobj
75 {{object 11 0}} <<
76 /Type /Action
77 /S /JavaScript
78 /JS 50 0 R
79 >>
80 endobj
81 {{object 13 0}} <<
82 /Names [(startDelay) 11 0 R]
83 >>
84 endobj
85 {{object 19 0}} <<
86 /V 53 0 R
87 >>
88 endobj
89 {{object 50 0}} <<
90 >>
91 stream
92 function startDelay()
93 {
94 f = this.getField("txtName");
95 f.delay = true;
96 f.value = 'test';
97 f.delay = false;
98 }
99 app.setTimeOut("startDelay()", 3000);
100 endstream
101 endobj
102 {{object 53 0}} <<
103 /Type /Action
104 /S /JavaScript
105 /JS 54 0 R
106 >>
107 endobj
108 {{object 54 0}} <<
109 >>
110 stream
111 f1 = this.getField("txtName");
112 f1.delay = true;
113 f1.value = 'test new';
114 f1.delay = false;
115 endstream
116 endobj
117 {{xref}}
118 trailer <<
119 /Root 1 0 R
120 >>
121 {{startxref}}
122 %%EOF
OLDNEW
« no previous file with comments | « testing/embedder_test_timer_handling_delegate.h ('k') | testing/resources/bug_487928.pdf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698