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

Side by Side Diff: testing/resources/javascript/document_props_expected.txt

Issue 928573002: Test top-level Document JS properties. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Add missing expected result file. Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « testing/resources/javascript/document_props.in ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Alert: *** Getting properties ***
2 Alert: this.ADBE is undefined undefined
3 Alert: this.author is string Joe Random Author
4 Alert: this.baseURL is string
5 Alert: this.bookmarkRoot is undefined undefined
6 Alert: this.calculate is boolean true
7 Alert: this.Collab is undefined undefined
8 Alert: this.creationDate is string
9 Alert: this.creator is string Joe Random Creator
10 Alert: this.delay is number 0
11 Alert: this.dirty is boolean false
12 Alert: this.documentFileName is string
13 Alert: this.external is number 1
14 Alert: this.filesize is number 0
15 Alert: this.icons is undefined undefined
16 Alert: this.info is object [object Object]
17 Alert: this.keywords is string
18 Alert: this.layout is undefined undefined
19 Alert: this.media is undefined undefined
20 Alert: this.modDate is string
21 Alert: this.mouseX is undefined undefined
22 Alert: this.mouseY is undefined undefined
23 Alert: this.numFields is number 0
24 Alert: this.numPages is number 4
25 Alert: this.pageNum is undefined undefined
26 Alert: this.pageWindowRect is undefined undefined
27 Alert: this.path is string /
28 Alert: this.producer is string
29 Alert: this.subject is string
30 Alert: this.title is string
31 Alert: this.zoom is undefined undefined
32 Alert: this.zoomType is undefined undefined
33 Alert: *** Setting properties ***
34 Alert: this.ADBE = 3; yields 3
35 Alert: this.author = 3; yields 3
36 Alert: this.baseURL = 3; yields 3
37 Alert: this.bookmarkRoot = 3; yields 3
38 Alert: this.calculate = 3; yields 3
39 Alert: this.Collab = 3; yields 3
40 Alert: this.creationDate = 3; yields 3
41 Alert: this.creator = 3; yields 3
42 Alert: this.delay = 3; yields 3
43 Alert: this.dirty = 3; yields 3
44 Alert: this.documentFileName = 3; yields 3
45 Alert: this.external = 3; yields 3
46 Alert: this.filesize = 3; yields 3
47 Alert: this.icons = 3; yields 3
48 Alert: this.info = 3; yields 3
49 Alert: this.keywords = 3; yields 3
50 Alert: this.layout = 3; yields 3
51 Alert: this.media = 3; yields 3
52 Alert: this.modDate = 3; yields 3
53 Alert: this.mouseX = 3; yields 3
54 Alert: this.mouseY = 3; yields 3
55 Alert: this.numFields = 3; yields 3
56 Alert: this.numPages = 3; yields 3
57 Goto Page: 3
58 Alert: this.pageNum = 3; yields 3
59 Alert: this.pageWindowRect = 3; yields 3
60 Alert: this.path = 3; yields 3
61 Alert: this.producer = 3; yields 3
62 Alert: this.subject = 3; yields 3
63 Alert: this.title = 3; yields 3
64 Alert: this.zoom = 3; yields 3
65 Alert: this.zoomType = 3; yields 3
66 Alert: *** Getting properties ***
67 Alert: this.ADBE is undefined undefined
68 Alert: this.author is string 3
69 Alert: this.baseURL is string 3
70 Alert: this.bookmarkRoot is undefined undefined
71 Alert: this.calculate is boolean true
72 Alert: this.Collab is undefined undefined
73 Alert: this.creationDate is string 3
74 Alert: this.creator is string 3
75 Alert: this.delay is number 1
76 Alert: this.dirty is boolean true
77 Alert: this.documentFileName is string
78 Alert: this.external is number 1
79 Alert: this.filesize is number 0
80 Alert: this.icons is undefined undefined
81 Alert: this.info is object [object Object]
82 Alert: this.keywords is string 3
83 Alert: this.layout is undefined undefined
84 Alert: this.media is undefined undefined
85 Alert: this.modDate is string 3
86 Alert: this.mouseX is undefined undefined
87 Alert: this.mouseY is undefined undefined
88 Alert: this.numFields is number 0
89 Alert: this.numPages is number 4
90 Alert: this.pageNum is undefined undefined
91 Alert: this.pageWindowRect is undefined undefined
92 Alert: this.path is string /
93 Alert: this.producer is string 3
94 Alert: this.subject is string 3
95 Alert: this.title is string 3
96 Alert: this.zoom is undefined undefined
97 Alert: this.zoomType is undefined undefined
OLDNEW
« no previous file with comments | « testing/resources/javascript/document_props.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698