summaryrefslogtreecommitdiff
path: root/testing/resources/javascript/document_props_expected.txt
blob: 28172ee60943834abf1abe08043836224818a56c (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
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 ***
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