summaryrefslogtreecommitdiff
path: root/testing/resources/javascript/app_props_expected.txt
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-09-08 16:34:37 -0700
committerTom Sepez <tsepez@chromium.org>2015-09-08 16:34:37 -0700
commitd6278baea3dec46fec555f7740bde9087e57d8f1 (patch)
tree159611ab5f63ff7ccdc493a7461cc9c784d2c4c3 /testing/resources/javascript/app_props_expected.txt
parent96675b148c8961242e2e1f91a300fd9b15068bdf (diff)
downloadpdfium-d6278baea3dec46fec555f7740bde9087e57d8f1.tar.xz
Merge to XFA: Beef up app_props.in and tidy app.cpp.
Small manual edit in fpdfsdk/src/javascript/app.cpp (cherry picked from commit b830fbc03a6d12d8b5be50e85499c281a4c5da7f) Original Review URL: https://codereview.chromium.org/1317393003 . R=thestig@chromium.org TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1302423008 .
Diffstat (limited to 'testing/resources/javascript/app_props_expected.txt')
-rw-r--r--testing/resources/javascript/app_props_expected.txt40
1 files changed, 39 insertions, 1 deletions
diff --git a/testing/resources/javascript/app_props_expected.txt b/testing/resources/javascript/app_props_expected.txt
index 405f9c8227..6e78ba510b 100644
--- a/testing/resources/javascript/app_props_expected.txt
+++ b/testing/resources/javascript/app_props_expected.txt
@@ -1 +1,39 @@
-Alert: app.viewerType property value: pdfium
+Alert: *** Getting properties ***
+Alert: app.activeDocs is object [object Object]
+Alert: app.calculate is boolean true
+Alert: app.formsVersion is number 7
+Alert: ERROR: app.fs:
+Alert: ERROR: app.fullscreen:
+Alert: app.language is string ENU
+Alert: ERROR: app.media:
+Alert: app.platform is string WIN
+Alert: app.runtimeHighlight is boolean false
+Alert: app.viewerType is string pdfium
+Alert: app.viewerVariation is string Full
+Alert: app.viewerVersion is number 8
+Alert: *** Setting properties ***
+Alert: ERROR: app.activeDocs:
+Alert: app.calculate = 3; yields 3
+Alert: ERROR: app.formsVersion:
+Alert: ERROR: app.fs:
+Alert: ERROR: app.fullscreen:
+Alert: ERROR: app.language:
+Alert: ERROR: app.media:
+Alert: ERROR: app.platform:
+Alert: app.runtimeHighlight = 3; yields 3
+Alert: ERROR: app.viewerType:
+Alert: ERROR: app.viewerVariation:
+Alert: ERROR: app.viewerVersion:
+Alert: *** Getting properties ***
+Alert: app.activeDocs is object [object Object]
+Alert: app.calculate is boolean true
+Alert: app.formsVersion is number 7
+Alert: ERROR: app.fs:
+Alert: ERROR: app.fullscreen:
+Alert: app.language is string ENU
+Alert: ERROR: app.media:
+Alert: app.platform is string WIN
+Alert: app.runtimeHighlight is boolean true
+Alert: app.viewerType is string pdfium
+Alert: app.viewerVariation is string Full
+Alert: app.viewerVersion is number 8