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

Unified Diff: testing/resources/bug_551248.in

Issue 1416663008: Merge to XFA: Make JS app.setTimeOut() work again. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 1 month 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 | « testing/embedder_test_timer_handling_delegate.h ('k') | testing/resources/bug_551248.pdf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/resources/bug_551248.in
diff --git a/testing/resources/bug_487928.in b/testing/resources/bug_551248.in
similarity index 61%
copy from testing/resources/bug_487928.in
copy to testing/resources/bug_551248.in
index 9f6d7f2bd1941d238309782835230b06b950aaed..ad10e93912cb2323ded1665b4de5f8aafab5e0b5 100644
--- a/testing/resources/bug_487928.in
+++ b/testing/resources/bug_551248.in
@@ -18,26 +18,6 @@ endobj
/MediaBox [0 0 612 792]
/CropBox [0 0 612 792]
/Resources <<>>
- /Annots [5 0 R]
->>
-endobj
-{{object 5 0}} <<
- /FT /Tx
- /Ff 29360128
- /T (txtName)
- /Type /Annot
- /Subtype /Widget
- /F 4
- /M (D:20150514070426+05'30')
- /Rect [180.279 715.6 256.186 744.072]
- /BS <<
- /W 1
- /S /S
- >>
- /DA (/Helv 0 Tf 0 0 0 rg)
- /AP <</N 8 0 R>>
- /V ()
- /AA 19 0 R
>>
endobj
{{object 6 0}} <<
@@ -82,38 +62,16 @@ endobj
/Names [(startDelay) 11 0 R]
>>
endobj
-{{object 19 0}} <<
- /V 53 0 R
->>
-endobj
{{object 50 0}} <<
>>
stream
function startDelay()
{
- f = this.getField("txtName");
- f.delay = true;
- f.value = 'test';
- f.delay = false;
+ app.alert("hello world");
}
app.setTimeOut("startDelay()", 3000);
endstream
endobj
-{{object 53 0}} <<
- /Type /Action
- /S /JavaScript
- /JS 54 0 R
->>
-endobj
-{{object 54 0}} <<
->>
-stream
-f1 = this.getField("txtName");
-f1.delay = true;
-f1.value = 'test new';
-f1.delay = false;
-endstream
-endobj
{{xref}}
trailer <<
/Root 1 0 R
« no previous file with comments | « testing/embedder_test_timer_handling_delegate.h ('k') | testing/resources/bug_551248.pdf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698