Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1211)

Unified Diff: testing/resources/javascript/document_props_expected.txt

Issue 1242263010: document.delay and document.external are boolean properties. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fpdfsdk/src/javascript/Document.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/resources/javascript/document_props_expected.txt
diff --git a/testing/resources/javascript/document_props_expected.txt b/testing/resources/javascript/document_props_expected.txt
index 728d2455e1f421e0e985d1ee40bbaa549ac3593a..4b60a624da898f0133a23b4c29fc801cbd20016c 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]
« no previous file with comments | « fpdfsdk/src/javascript/Document.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698