| OLD | NEW |
| 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 number 0 | 10 Alert: this.delay is number 0 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 Alert: this.ADBE = 3; yields 3 | 34 Alert: this.ADBE = 3; yields 3 |
| 35 Alert: this.author = 3; yields 3 | 35 Alert: this.author = 3; yields 3 |
| 36 Alert: this.baseURL = 3; yields 3 | 36 Alert: this.baseURL = 3; yields 3 |
| 37 Alert: this.bookmarkRoot = 3; yields 3 | 37 Alert: this.bookmarkRoot = 3; yields 3 |
| 38 Alert: this.calculate = 3; yields 3 | 38 Alert: this.calculate = 3; yields 3 |
| 39 Alert: this.Collab = 3; yields 3 | 39 Alert: this.Collab = 3; yields 3 |
| 40 Alert: this.creationDate = 3; yields 3 | 40 Alert: this.creationDate = 3; yields 3 |
| 41 Alert: this.creator = 3; yields 3 | 41 Alert: this.creator = 3; yields 3 |
| 42 Alert: this.delay = 3; yields 3 | 42 Alert: this.delay = 3; yields 3 |
| 43 Alert: this.dirty = 3; yields 3 | 43 Alert: this.dirty = 3; yields 3 |
| 44 Alert: this.documentFileName = 3; yields 3 | 44 Alert: ERROR: Document.documentFileName: Cannot assign to readonly property. |
| 45 Alert: this.external = 3; yields 3 | 45 Alert: this.external = 3; yields 3 |
| 46 Alert: this.filesize = 3; yields 3 | 46 Alert: ERROR: Document.filesize: Cannot assign to readonly property. |
| 47 Alert: this.icons = 3; yields 3 | 47 Alert: ERROR: Document.icons: Cannot assign to readonly property. |
| 48 Alert: this.info = 3; yields 3 | 48 Alert: this.info = 3; yields 3 |
| 49 Alert: this.keywords = 3; yields 3 | 49 Alert: this.keywords = 3; yields 3 |
| 50 Alert: this.layout = 3; yields 3 | 50 Alert: this.layout = 3; yields 3 |
| 51 Alert: this.media = 3; yields 3 | 51 Alert: this.media = 3; yields 3 |
| 52 Alert: this.modDate = 3; yields 3 | 52 Alert: this.modDate = 3; yields 3 |
| 53 Alert: this.mouseX = 3; yields 3 | 53 Alert: this.mouseX = 3; yields 3 |
| 54 Alert: this.mouseY = 3; yields 3 | 54 Alert: this.mouseY = 3; yields 3 |
| 55 Alert: this.numFields = 3; yields 3 | 55 Alert: ERROR: Document.numFields: Cannot assign to readonly property. |
| 56 Alert: this.numPages = 3; yields 3 | 56 Alert: ERROR: Document.numPages: Cannot assign to readonly property. |
| 57 Goto Page: 3 | 57 Goto Page: 3 |
| 58 Alert: this.pageNum = 3; yields 3 | 58 Alert: this.pageNum = 3; yields 3 |
| 59 Alert: this.pageWindowRect = 3; yields 3 | 59 Alert: this.pageWindowRect = 3; yields 3 |
| 60 Alert: this.path = 3; yields 3 | 60 Alert: ERROR: Document.path: Cannot assign to readonly property. |
| 61 Alert: this.producer = 3; yields 3 | 61 Alert: this.producer = 3; yields 3 |
| 62 Alert: this.subject = 3; yields 3 | 62 Alert: this.subject = 3; yields 3 |
| 63 Alert: this.title = 3; yields 3 | 63 Alert: this.title = 3; yields 3 |
| 64 Alert: this.zoom = 3; yields 3 | 64 Alert: this.zoom = 3; yields 3 |
| 65 Alert: this.zoomType = 3; yields 3 | 65 Alert: this.zoomType = 3; yields 3 |
| 66 Alert: *** Getting properties *** | 66 Alert: *** Getting properties *** |
| 67 Alert: this.ADBE is undefined undefined | 67 Alert: this.ADBE is undefined undefined |
| 68 Alert: this.author is string 3 | 68 Alert: this.author is string 3 |
| 69 Alert: this.baseURL is string 3 | 69 Alert: this.baseURL is string 3 |
| 70 Alert: this.bookmarkRoot is undefined undefined | 70 Alert: this.bookmarkRoot is undefined undefined |
| (...skipping 17 matching lines...) Expand all Loading... |
| 88 Alert: this.numFields is number 0 | 88 Alert: this.numFields is number 0 |
| 89 Alert: this.numPages is number 4 | 89 Alert: this.numPages is number 4 |
| 90 Alert: this.pageNum is undefined undefined | 90 Alert: this.pageNum is undefined undefined |
| 91 Alert: this.pageWindowRect is undefined undefined | 91 Alert: this.pageWindowRect is undefined undefined |
| 92 Alert: this.path is string / | 92 Alert: this.path is string / |
| 93 Alert: this.producer is string 3 | 93 Alert: this.producer is string 3 |
| 94 Alert: this.subject is string 3 | 94 Alert: this.subject is string 3 |
| 95 Alert: this.title is string 3 | 95 Alert: this.title is string 3 |
| 96 Alert: this.zoom is undefined undefined | 96 Alert: this.zoom is undefined undefined |
| 97 Alert: this.zoomType is undefined undefined | 97 Alert: this.zoomType is undefined undefined |
| OLD | NEW |