diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-02-13 16:54:48 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-02-13 16:54:48 -0800 |
commit | b7cb36aba7d32c506ee921cb7558b8effd4b2fa1 (patch) | |
tree | aec88bf31f8c449cf289f1d2aa11ce326a79e9bc /testing/resources/javascript/document_props_expected.txt | |
parent | 92e856b09dd2fcf6cf46b07b1496053eb0e67851 (diff) | |
download | pdfium-b7cb36aba7d32c506ee921cb7558b8effd4b2fa1.tar.xz |
Merge to XFA: Run javascript/pixel tests via automated script.
This pulls in:
7435e8e Run pixel tests via automated script.
83c87e5 run_javascript_tests.py: Be more flexible about directory layout.
5898509 Test top-level Document JS properties.
9f93baf Create run_javascript_tests.py
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/923293002
Diffstat (limited to 'testing/resources/javascript/document_props_expected.txt')
-rw-r--r-- | testing/resources/javascript/document_props_expected.txt | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/testing/resources/javascript/document_props_expected.txt b/testing/resources/javascript/document_props_expected.txt new file mode 100644 index 0000000000..38bea97acb --- /dev/null +++ b/testing/resources/javascript/document_props_expected.txt @@ -0,0 +1,97 @@ +Alert: *** Getting properties *** +Alert: this.ADBE is undefined undefined +Alert: this.author is string Joe Random Author +Alert: this.baseURL is string +Alert: this.bookmarkRoot is undefined undefined +Alert: this.calculate is boolean true +Alert: this.Collab is undefined undefined +Alert: this.creationDate is string +Alert: this.creator is string Joe Random Creator +Alert: this.delay is number 0 +Alert: this.dirty is boolean false +Alert: this.documentFileName is string +Alert: this.external is number 1 +Alert: this.filesize is number 0 +Alert: this.icons is undefined undefined +Alert: this.info is object [object Object] +Alert: this.keywords is string +Alert: this.layout is undefined undefined +Alert: this.media is undefined undefined +Alert: this.modDate is string +Alert: this.mouseX is undefined undefined +Alert: this.mouseY is undefined undefined +Alert: this.numFields is number 0 +Alert: this.numPages is number 4 +Alert: this.pageNum is undefined undefined +Alert: this.pageWindowRect is undefined undefined +Alert: this.path is string / +Alert: this.producer is string +Alert: this.subject is string +Alert: this.title is string +Alert: this.zoom is undefined undefined +Alert: this.zoomType is undefined undefined +Alert: *** Setting properties *** +Alert: this.ADBE = 3; yields 3 +Alert: this.author = 3; yields 3 +Alert: this.baseURL = 3; yields 3 +Alert: this.bookmarkRoot = 3; yields 3 +Alert: this.calculate = 3; yields 3 +Alert: this.Collab = 3; yields 3 +Alert: this.creationDate = 3; yields 3 +Alert: this.creator = 3; yields 3 +Alert: this.delay = 3; yields 3 +Alert: this.dirty = 3; yields 3 +Alert: this.documentFileName = 3; yields 3 +Alert: this.external = 3; yields 3 +Alert: this.filesize = 3; yields 3 +Alert: this.icons = 3; yields 3 +Alert: this.info = 3; yields 3 +Alert: this.keywords = 3; yields 3 +Alert: this.layout = 3; yields 3 +Alert: this.media = 3; yields 3 +Alert: this.modDate = 3; yields 3 +Alert: this.mouseX = 3; yields 3 +Alert: this.mouseY = 3; yields 3 +Alert: this.numFields = 3; yields 3 +Alert: this.numPages = 3; yields 3 +Goto Page: 3 +Alert: this.pageNum = 3; yields 3 +Alert: this.pageWindowRect = 3; yields 3 +Alert: this.path = 3; yields 3 +Alert: this.producer = 3; yields 3 +Alert: this.subject = 3; yields 3 +Alert: this.title = 3; yields 3 +Alert: this.zoom = 3; yields 3 +Alert: this.zoomType = 3; yields 3 +Alert: *** Getting properties *** +Alert: this.ADBE is undefined undefined +Alert: this.author is string 3 +Alert: this.baseURL is string 3 +Alert: this.bookmarkRoot is undefined undefined +Alert: this.calculate is boolean true +Alert: this.Collab is undefined undefined +Alert: this.creationDate is string 3 +Alert: this.creator is string 3 +Alert: this.delay is number 1 +Alert: this.dirty is boolean true +Alert: this.documentFileName is string +Alert: this.external is number 1 +Alert: this.filesize is number 0 +Alert: this.icons is undefined undefined +Alert: this.info is object [object Object] +Alert: this.keywords is string 3 +Alert: this.layout is undefined undefined +Alert: this.media is undefined undefined +Alert: this.modDate is string 3 +Alert: this.mouseX is undefined undefined +Alert: this.mouseY is undefined undefined +Alert: this.numFields is number 0 +Alert: this.numPages is number 4 +Alert: this.pageNum is undefined undefined +Alert: this.pageWindowRect is undefined undefined +Alert: this.path is string / +Alert: this.producer is string 3 +Alert: this.subject is string 3 +Alert: this.title is string 3 +Alert: this.zoom is undefined undefined +Alert: this.zoomType is undefined undefined |