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

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

Issue 2626863003: Don't put timers with ID == 0 into the global timer map. (Closed)
Patch Set: add test Created 3 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 unified diff | Download patch
« no previous file with comments | « testing/embedder_test_timer_handling_delegate.h ('k') | testing/resources/bug_679649.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 >>
22 endobj
23 {{object 6 0}} <<
24 /DR <<
25 /Font <</Helv 7 0 R>>
26 >>
27 /DA (/Helv 0 Tf 0 g)
28 /Fields [5 0 R]
29 >>
30 endobj
31 {{object 7 0}} <<
32 /Type /Font
33 /Subtype /Type1
34 /BaseFont /Helvetica
35 /Encoding /WinAnsiEncoding
36 >>
37 endobj
38 {{object 8 0}} <<
39 /Type /XObject
40 /Subtype /Form
41 /FormType 1
42 /Matrix [1 0 0 1 0 0]
43 /BBox [0 0 75.907 28.472]
44 /Resources <<
45 /Font <</FXF0 7 0 R>>
46 >>
47 >>
48 stream
49 q
50 Q
51
52
53 endstream
54 endobj
55 {{object 11 0}} <<
56 /Type /Action
57 /S /JavaScript
58 /JS 50 0 R
59 >>
60 endobj
61 {{object 13 0}} <<
62 /Names [(startDelay) 11 0 R]
63 >>
64 endobj
65 {{object 50 0}} <<
66 >>
67 stream
68 function ping() {
69 app.alert("ping");
70 }
71 var timer = app.setTimeOut("ping()", 100);
72 app.clearTimeOut(timer);
73 endstream
74 endobj
75 {{xref}}
76 trailer <<
77 /Root 1 0 R
78 >>
79 {{startxref}}
80 %%EOF
OLDNEW
« no previous file with comments | « testing/embedder_test_timer_handling_delegate.h ('k') | testing/resources/bug_679649.pdf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698