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

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

Issue 2219183002: Add support to Document::URL property getter. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Add support to Document::URL property getter. Created 4 years, 4 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
1 Alert: *** Getting properties *** 1 Alert: *** Getting properties ***
2 Alert: this.ADBE is undefined undefined 2 Alert: this.ADBE is undefined undefined
3 Alert: this.author is string Joe Random Author 3 Alert: this.author is string Joe Random Author
4 Alert: this.baseURL is string 4 Alert: this.baseURL is string
5 Alert: this.bookmarkRoot is undefined undefined 5 Alert: this.bookmarkRoot is undefined undefined
6 Alert: this.calculate is boolean true 6 Alert: this.calculate is boolean true
7 Alert: this.Collab is undefined undefined 7 Alert: this.Collab is undefined undefined
8 Alert: this.creationDate is string 8 Alert: this.creationDate is string
9 Alert: this.creator is string Joe Random Creator 9 Alert: this.creator is string Joe Random Creator
10 Alert: this.delay is boolean false 10 Alert: this.delay is boolean false
(...skipping 10 matching lines...) Expand all
21 Alert: this.mouseX is undefined undefined 21 Alert: this.mouseX is undefined undefined
22 Alert: this.mouseY is undefined undefined 22 Alert: this.mouseY is undefined undefined
23 Alert: this.numFields is number 0 23 Alert: this.numFields is number 0
24 Alert: this.numPages is number 4 24 Alert: this.numPages is number 4
25 Alert: this.pageNum is undefined undefined 25 Alert: this.pageNum is undefined undefined
26 Alert: this.pageWindowRect is undefined undefined 26 Alert: this.pageWindowRect is undefined undefined
27 Alert: this.path is string / 27 Alert: this.path is string /
28 Alert: this.producer is string 28 Alert: this.producer is string
29 Alert: this.subject is string 29 Alert: this.subject is string
30 Alert: this.title is string 30 Alert: this.title is string
31 Alert: this.URL is string
31 Alert: this.zoom is undefined undefined 32 Alert: this.zoom is undefined undefined
32 Alert: this.zoomType is undefined undefined 33 Alert: this.zoomType is undefined undefined
33 Alert: *** Setting properties *** 34 Alert: *** Setting properties ***
34 Alert: this.ADBE = 3; yields 3 35 Alert: this.ADBE = 3; yields 3
35 Alert: this.author = 3; yields 3 36 Alert: this.author = 3; yields 3
36 Alert: this.baseURL = 3; yields 3 37 Alert: this.baseURL = 3; yields 3
37 Alert: this.bookmarkRoot = 3; yields 3 38 Alert: this.bookmarkRoot = 3; yields 3
38 Alert: this.calculate = 3; yields 3 39 Alert: this.calculate = 3; yields 3
39 Alert: this.Collab = 3; yields 3 40 Alert: this.Collab = 3; yields 3
40 Alert: this.creationDate = 3; yields 3 41 Alert: this.creationDate = 3; yields 3
(...skipping 13 matching lines...) Expand all
54 Alert: this.mouseY = 3; yields 3 55 Alert: this.mouseY = 3; yields 3
55 Alert: ERROR: Document.numFields: Cannot assign to readonly property. 56 Alert: ERROR: Document.numFields: Cannot assign to readonly property.
56 Alert: ERROR: Document.numPages: Cannot assign to readonly property. 57 Alert: ERROR: Document.numPages: Cannot assign to readonly property.
57 Goto Page: 3 58 Goto Page: 3
58 Alert: this.pageNum = 3; yields 3 59 Alert: this.pageNum = 3; yields 3
59 Alert: this.pageWindowRect = 3; yields 3 60 Alert: this.pageWindowRect = 3; yields 3
60 Alert: ERROR: Document.path: Cannot assign to readonly property. 61 Alert: ERROR: Document.path: Cannot assign to readonly property.
61 Alert: this.producer = 3; yields 3 62 Alert: this.producer = 3; yields 3
62 Alert: this.subject = 3; yields 3 63 Alert: this.subject = 3; yields 3
63 Alert: this.title = 3; yields 3 64 Alert: this.title = 3; yields 3
65 Alert: ERROR: Document.URL: Cannot assign to readonly property.
64 Alert: this.zoom = 3; yields 3 66 Alert: this.zoom = 3; yields 3
65 Alert: this.zoomType = 3; yields 3 67 Alert: this.zoomType = 3; yields 3
66 Alert: *** Getting properties *** 68 Alert: *** Getting properties ***
67 Alert: this.ADBE is undefined undefined 69 Alert: this.ADBE is undefined undefined
68 Alert: this.author is string 3 70 Alert: this.author is string 3
69 Alert: this.baseURL is string 3 71 Alert: this.baseURL is string 3
70 Alert: this.bookmarkRoot is undefined undefined 72 Alert: this.bookmarkRoot is undefined undefined
71 Alert: this.calculate is boolean true 73 Alert: this.calculate is boolean true
72 Alert: this.Collab is undefined undefined 74 Alert: this.Collab is undefined undefined
73 Alert: this.creationDate is string 3 75 Alert: this.creationDate is string 3
(...skipping 12 matching lines...) Expand all
86 Alert: this.mouseX is undefined undefined 88 Alert: this.mouseX is undefined undefined
87 Alert: this.mouseY is undefined undefined 89 Alert: this.mouseY is undefined undefined
88 Alert: this.numFields is number 0 90 Alert: this.numFields is number 0
89 Alert: this.numPages is number 4 91 Alert: this.numPages is number 4
90 Alert: this.pageNum is undefined undefined 92 Alert: this.pageNum is undefined undefined
91 Alert: this.pageWindowRect is undefined undefined 93 Alert: this.pageWindowRect is undefined undefined
92 Alert: this.path is string / 94 Alert: this.path is string /
93 Alert: this.producer is string 3 95 Alert: this.producer is string 3
94 Alert: this.subject is string 3 96 Alert: this.subject is string 3
95 Alert: this.title is string 3 97 Alert: this.title is string 3
98 Alert: this.URL is string
96 Alert: this.zoom is undefined undefined 99 Alert: this.zoom is undefined undefined
97 Alert: this.zoomType is undefined undefined 100 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