summaryrefslogtreecommitdiff
path: root/testing/resources/javascript/app_props.in
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-09-08 15:30:25 -0700
committerLei Zhang <thestig@chromium.org>2015-09-08 15:30:25 -0700
commit96675b148c8961242e2e1f91a300fd9b15068bdf (patch)
treeed35ee6fea8bce89ad5acdfab43b2332d30be885 /testing/resources/javascript/app_props.in
parente61b6e58c9c535ca097b9819c333b65825e0c64e (diff)
downloadpdfium-96675b148c8961242e2e1f91a300fd9b15068bdf.tar.xz
Merge to XFA: Change the JS app.viewerType() return value to "pdfium"
BUG=pdfium:181 TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1331633002 . (cherry picked from commit 4bc64cabc561d5df211ed02dc75c85e41fa91312) Review URL: https://codereview.chromium.org/1327523007 .
Diffstat (limited to 'testing/resources/javascript/app_props.in')
-rw-r--r--testing/resources/javascript/app_props.in45
1 files changed, 45 insertions, 0 deletions
diff --git a/testing/resources/javascript/app_props.in b/testing/resources/javascript/app_props.in
new file mode 100644
index 0000000000..fb5f9d645f
--- /dev/null
+++ b/testing/resources/javascript/app_props.in
@@ -0,0 +1,45 @@
+{{header}}
+{{object 1 0}} <<
+ /Type /Catalog
+ /Pages 2 0 R
+ /OpenAction 10 0 R
+>>
+endobj
+{{object 2 0}} <<
+ /Type /Pages
+ /Count 1
+ /Kids [
+ 3 0 R
+ ]
+>>
+endobj
+% Page number 0.
+{{object 3 0}} <<
+ /Type /Page
+ /Parent 2 0 R
+ /Resources <<
+ /Font <</F1 15 0 R>>
+ >>
+ /Contents [21 0 R]
+ /MediaBox [0 0 612 792]
+>>
+% OpenAction action
+{{object 10 0}} <<
+ /Type /Action
+ /S /JavaScript
+ /JS 11 0 R
+>>
+endobj
+% JS program to exexute
+{{object 11 0}} <<
+>>
+stream
+app.alert("app.viewerType property value: " + app.viewerType);
+endstream
+endobj
+{{xref}}
+trailer <<
+ /Root 1 0 R
+>>
+{{startxref}}
+%%EOF