summaryrefslogtreecommitdiff
path: root/testing/resources/javascript/document_props_expected.txt
blob: 2c0aa31d984b4a065327b56f485d1e45e92ee75f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
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 boolean false
Alert: this.dirty is boolean false
Alert: this.documentFileName is string 
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]
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.URL is string 
Alert: this.zoom is undefined undefined
Alert: this.zoomType is undefined undefined
Alert: *** Setting properties to true ***
Alert: this.ADBE = true; yields true
Alert: this.author = true; yields true
Alert: this.baseURL = true; yields true
Alert: this.bookmarkRoot = true; yields true
Alert: this.calculate = true; yields true
Alert: this.Collab = true; yields true
Alert: this.creationDate = true; yields true
Alert: this.creator = true; yields true
Alert: this.delay = true; yields true
Alert: this.dirty = true; yields true
Alert: ERROR: Document.documentFileName: Cannot assign to readonly property.
Alert: this.external = true; yields true
Alert: ERROR: Document.filesize: Cannot assign to readonly property.
Alert: ERROR: Document.icons: Cannot assign to readonly property.
Alert: ERROR: Document.info: Cannot assign to readonly property.
Alert: this.keywords = true; yields true
Alert: this.layout = true; yields true
Alert: this.media = true; yields true
Alert: this.modDate = true; yields true
Alert: this.mouseX = true; yields true
Alert: this.mouseY = true; yields true
Alert: ERROR: Document.numFields: Cannot assign to readonly property.
Alert: ERROR: Document.numPages: Cannot assign to readonly property.
Goto Page: 1
Alert: this.pageNum = true; yields true
Alert: this.pageWindowRect = true; yields true
Alert: ERROR: Document.path: Cannot assign to readonly property.
Alert: this.producer = true; yields true
Alert: this.subject = true; yields true
Alert: this.title = true; yields true
Alert: ERROR: Document.URL: Cannot assign to readonly property.
Alert: this.zoom = true; yields true
Alert: this.zoomType = true; yields true
Alert: *** Setting properties to false ***
Alert: this.ADBE = false; yields false
Alert: this.author = false; yields false
Alert: this.baseURL = false; yields false
Alert: this.bookmarkRoot = false; yields false
Alert: this.calculate = false; yields false
Alert: this.Collab = false; yields false
Alert: this.creationDate = false; yields false
Alert: this.creator = false; yields false
Alert: this.delay = false; yields false
Alert: this.dirty = false; yields false
Alert: ERROR: Document.documentFileName: Cannot assign to readonly property.
Alert: this.external = false; yields false
Alert: ERROR: Document.filesize: Cannot assign to readonly property.
Alert: ERROR: Document.icons: Cannot assign to readonly property.
Alert: ERROR: Document.info: Cannot assign to readonly property.
Alert: this.keywords = false; yields false
Alert: this.layout = false; yields false
Alert: this.media = false; yields false
Alert: this.modDate = false; yields false
Alert: this.mouseX = false; yields false
Alert: this.mouseY = false; yields false
Alert: ERROR: Document.numFields: Cannot assign to readonly property.
Alert: ERROR: Document.numPages: Cannot assign to readonly property.
Goto Page: 0
Alert: this.pageNum = false; yields false
Alert: this.pageWindowRect = false; yields false
Alert: ERROR: Document.path: Cannot assign to readonly property.
Alert: this.producer = false; yields false
Alert: this.subject = false; yields false
Alert: this.title = false; yields false
Alert: ERROR: Document.URL: Cannot assign to readonly property.
Alert: this.zoom = false; yields false
Alert: this.zoomType = false; yields false
Alert: *** Setting properties to ["red", 0, "blue", 42] ***
Alert: this.ADBE = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: this.author = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: this.baseURL = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: this.bookmarkRoot = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: this.calculate = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: this.Collab = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: this.creationDate = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: this.creator = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: this.delay = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: this.dirty = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: ERROR: Document.documentFileName: Cannot assign to readonly property.
Alert: this.external = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: ERROR: Document.filesize: Cannot assign to readonly property.
Alert: ERROR: Document.icons: Cannot assign to readonly property.
Alert: ERROR: Document.info: Cannot assign to readonly property.
Alert: this.keywords = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: this.layout = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: this.media = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: this.modDate = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: this.mouseX = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: this.mouseY = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: ERROR: Document.numFields: Cannot assign to readonly property.
Alert: ERROR: Document.numPages: Cannot assign to readonly property.
Goto Page: 0
Alert: this.pageNum = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: this.pageWindowRect = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: ERROR: Document.path: Cannot assign to readonly property.
Alert: this.producer = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: this.subject = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: this.title = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: ERROR: Document.URL: Cannot assign to readonly property.
Alert: this.zoom = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: this.zoomType = ["red", 0, "blue", 42]; yields red,0,blue,42
Alert: *** Setting properties to {"red": 0, "blue": 42} ***
Alert: this.ADBE = {"red": 0, "blue": 42}; yields [object Object]
Alert: this.author = {"red": 0, "blue": 42}; yields [object Object]
Alert: this.baseURL = {"red": 0, "blue": 42}; yields [object Object]
Alert: this.bookmarkRoot = {"red": 0, "blue": 42}; yields [object Object]
Alert: this.calculate = {"red": 0, "blue": 42}; yields [object Object]
Alert: this.Collab = {"red": 0, "blue": 42}; yields [object Object]
Alert: this.creationDate = {"red": 0, "blue": 42}; yields [object Object]
Alert: this.creator = {"red": 0, "blue": 42}; yields [object Object]
Alert: this.delay = {"red": 0, "blue": 42}; yields [object Object]
Alert: this.dirty = {"red": 0, "blue": 42}; yields [object Object]
Alert: ERROR: Document.documentFileName: Cannot assign to readonly property.
Alert: this.external = {"red": 0, "blue": 42}; yields [object Object]
Alert: ERROR: Document.filesize: Cannot assign to readonly property.
Alert: ERROR: Document.icons: Cannot assign to readonly property.
Alert: ERROR: Document.info: Cannot assign to readonly property.
Alert: this.keywords = {"red": 0, "blue": 42}; yields [object Object]
Alert: this.layout = {"red": 0, "blue": 42}; yields [object Object]
Alert: this.media = {"red": 0, "blue": 42}; yields [object Object]
Alert: this.modDate = {"red": 0, "blue": 42}; yields [object Object]
Alert: this.mouseX = {"red": 0, "blue": 42}; yields [object Object]
Alert: this.mouseY = {"red": 0, "blue": 42}; yields [object Object]
Alert: ERROR: Document.numFields: Cannot assign to readonly property.
Alert: ERROR: Document.numPages: Cannot assign to readonly property.
Goto Page: 0
Alert: this.pageNum = {"red": 0, "blue": 42}; yields [object Object]
Alert: this.pageWindowRect = {"red": 0, "blue": 42}; yields [object Object]
Alert: ERROR: Document.path: Cannot assign to readonly property.
Alert: this.producer = {"red": 0, "blue": 42}; yields [object Object]
Alert: this.subject = {"red": 0, "blue": 42}; yields [object Object]
Alert: this.title = {"red": 0, "blue": 42}; yields [object Object]
Alert: ERROR: Document.URL: Cannot assign to readonly property.
Alert: this.zoom = {"red": 0, "blue": 42}; yields [object Object]
Alert: this.zoomType = {"red": 0, "blue": 42}; yields [object Object]
Alert: *** Setting properties to "red" ***
Alert: this.ADBE = "red"; yields red
Alert: this.author = "red"; yields red
Alert: this.baseURL = "red"; yields red
Alert: this.bookmarkRoot = "red"; yields red
Alert: this.calculate = "red"; yields red
Alert: this.Collab = "red"; yields red
Alert: this.creationDate = "red"; yields red
Alert: this.creator = "red"; yields red
Alert: this.delay = "red"; yields red
Alert: this.dirty = "red"; yields red
Alert: ERROR: Document.documentFileName: Cannot assign to readonly property.
Alert: this.external = "red"; yields red
Alert: ERROR: Document.filesize: Cannot assign to readonly property.
Alert: ERROR: Document.icons: Cannot assign to readonly property.
Alert: ERROR: Document.info: Cannot assign to readonly property.
Alert: this.keywords = "red"; yields red
Alert: this.layout = "red"; yields red
Alert: this.media = "red"; yields red
Alert: this.modDate = "red"; yields red
Alert: this.mouseX = "red"; yields red
Alert: this.mouseY = "red"; yields red
Alert: ERROR: Document.numFields: Cannot assign to readonly property.
Alert: ERROR: Document.numPages: Cannot assign to readonly property.
Goto Page: 0
Alert: this.pageNum = "red"; yields red
Alert: this.pageWindowRect = "red"; yields red
Alert: ERROR: Document.path: Cannot assign to readonly property.
Alert: this.producer = "red"; yields red
Alert: this.subject = "red"; yields red
Alert: this.title = "red"; yields red
Alert: ERROR: Document.URL: Cannot assign to readonly property.
Alert: this.zoom = "red"; yields red
Alert: this.zoomType = "red"; yields red
Alert: *** Setting properties to 3 ***
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: ERROR: Document.documentFileName: Cannot assign to readonly property.
Alert: this.external = 3; yields 3
Alert: ERROR: Document.filesize: Cannot assign to readonly property.
Alert: ERROR: Document.icons: Cannot assign to readonly property.
Alert: ERROR: Document.info: Cannot assign to readonly property.
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: ERROR: Document.numFields: Cannot assign to readonly property.
Alert: ERROR: Document.numPages: Cannot assign to readonly property.
Goto Page: 3
Alert: this.pageNum = 3; yields 3
Alert: this.pageWindowRect = 3; yields 3
Alert: ERROR: Document.path: Cannot assign to readonly property.
Alert: this.producer = 3; yields 3
Alert: this.subject = 3; yields 3
Alert: this.title = 3; yields 3
Alert: ERROR: Document.URL: Cannot assign to readonly property.
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 boolean true
Alert: this.dirty is boolean true
Alert: this.documentFileName is string 
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]
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.URL is string 
Alert: this.zoom is undefined undefined
Alert: this.zoomType is undefined undefined