| 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 boolean false | 10 Alert: this.delay is boolean false |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 Alert: this.calculate = 3; yields 3 | 39 Alert: this.calculate = 3; yields 3 |
| 40 Alert: this.Collab = 3; yields 3 | 40 Alert: this.Collab = 3; yields 3 |
| 41 Alert: this.creationDate = 3; yields 3 | 41 Alert: this.creationDate = 3; yields 3 |
| 42 Alert: this.creator = 3; yields 3 | 42 Alert: this.creator = 3; yields 3 |
| 43 Alert: this.delay = 3; yields 3 | 43 Alert: this.delay = 3; yields 3 |
| 44 Alert: this.dirty = 3; yields 3 | 44 Alert: this.dirty = 3; yields 3 |
| 45 Alert: ERROR: Document.documentFileName: Cannot assign to readonly property. | 45 Alert: ERROR: Document.documentFileName: Cannot assign to readonly property. |
| 46 Alert: this.external = 3; yields 3 | 46 Alert: this.external = 3; yields 3 |
| 47 Alert: ERROR: Document.filesize: Cannot assign to readonly property. | 47 Alert: ERROR: Document.filesize: Cannot assign to readonly property. |
| 48 Alert: ERROR: Document.icons: Cannot assign to readonly property. | 48 Alert: ERROR: Document.icons: Cannot assign to readonly property. |
| 49 Alert: this.info = 3; yields 3 | 49 Alert: ERROR: Document.info: Cannot assign to readonly property. |
| 50 Alert: this.keywords = 3; yields 3 | 50 Alert: this.keywords = 3; yields 3 |
| 51 Alert: this.layout = 3; yields 3 | 51 Alert: this.layout = 3; yields 3 |
| 52 Alert: this.media = 3; yields 3 | 52 Alert: this.media = 3; yields 3 |
| 53 Alert: this.modDate = 3; yields 3 | 53 Alert: this.modDate = 3; yields 3 |
| 54 Alert: this.mouseX = 3; yields 3 | 54 Alert: this.mouseX = 3; yields 3 |
| 55 Alert: this.mouseY = 3; yields 3 | 55 Alert: this.mouseY = 3; yields 3 |
| 56 Alert: ERROR: Document.numFields: Cannot assign to readonly property. | 56 Alert: ERROR: Document.numFields: Cannot assign to readonly property. |
| 57 Alert: ERROR: Document.numPages: Cannot assign to readonly property. | 57 Alert: ERROR: Document.numPages: Cannot assign to readonly property. |
| 58 Goto Page: 3 | 58 Goto Page: 3 |
| 59 Alert: this.pageNum = 3; yields 3 | 59 Alert: this.pageNum = 3; yields 3 |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 Alert: this.numPages is number 4 | 91 Alert: this.numPages is number 4 |
| 92 Alert: this.pageNum is undefined undefined | 92 Alert: this.pageNum is undefined undefined |
| 93 Alert: this.pageWindowRect is undefined undefined | 93 Alert: this.pageWindowRect is undefined undefined |
| 94 Alert: this.path is string / | 94 Alert: this.path is string / |
| 95 Alert: this.producer is string 3 | 95 Alert: this.producer is string 3 |
| 96 Alert: this.subject is string 3 | 96 Alert: this.subject is string 3 |
| 97 Alert: this.title is string 3 | 97 Alert: this.title is string 3 |
| 98 Alert: this.URL is string | 98 Alert: this.URL is string |
| 99 Alert: this.zoom is undefined undefined | 99 Alert: this.zoom is undefined undefined |
| 100 Alert: this.zoomType is undefined undefined | 100 Alert: this.zoomType is undefined undefined |
| OLD | NEW |