diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-07-24 09:55:39 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-07-24 09:55:39 -0700 |
commit | f9fe200ca199287eb3331f32990f8c5b0cd040af (patch) | |
tree | 7fa9c8e4a2098b6025a6ff374c1de2dd7ff91ad9 /testing/resources | |
parent | 1f3442ce5c035d22e2cc9fffc203892f2f749373 (diff) | |
download | pdfium-f9fe200ca199287eb3331f32990f8c5b0cd040af.tar.xz |
Merge to XFA: document.delay and document.external are boolean properties.
(cherry picked from commit aafeff816e22c1333c17d8a0eb4fe8927c28142d)
Original Review URL: https://codereview.chromium.org/1242263010 .
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1244023004 .
Diffstat (limited to 'testing/resources')
-rw-r--r-- | testing/resources/javascript/document_props_expected.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/resources/javascript/document_props_expected.txt b/testing/resources/javascript/document_props_expected.txt index 728d2455e1..4b60a624da 100644 --- a/testing/resources/javascript/document_props_expected.txt +++ b/testing/resources/javascript/document_props_expected.txt @@ -7,10 +7,10 @@ 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.delay is boolean false Alert: this.dirty is boolean false Alert: this.documentFileName is string -Alert: this.external is number 1 +Alert: this.external is boolean true Alert: this.filesize is number 0 Alert: this.icons is undefined undefined Alert: this.info is object [object Object] @@ -72,10 +72,10 @@ 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.delay is boolean true Alert: this.dirty is boolean true Alert: this.documentFileName is string -Alert: this.external is number 1 +Alert: this.external is boolean true Alert: this.filesize is number 0 Alert: this.icons is undefined undefined Alert: this.info is object [object Object] |