summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-07-23 16:07:59 -0700
committerTom Sepez <tsepez@chromium.org>2015-07-23 16:07:59 -0700
commitaafeff816e22c1333c17d8a0eb4fe8927c28142d (patch)
treee694c6f82ec72fa46e6172b4475996b30d3f6a3a /testing
parent90144588255a87dea9e261bd909f2eece31a97b9 (diff)
downloadpdfium-aafeff816e22c1333c17d8a0eb4fe8927c28142d.tar.xz
document.delay and document.external are boolean properties.
This is the javascript test failure at 320b2313d198. The spec says they are booleans, not ints, so correct the behaviour now. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1242263010 .
Diffstat (limited to 'testing')
-rw-r--r--testing/resources/javascript/document_props_expected.txt8
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]