summaryrefslogtreecommitdiff
path: root/testing/resources/javascript/document_props_expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testing/resources/javascript/document_props_expected.txt')
-rw-r--r--testing/resources/javascript/document_props_expected.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/resources/javascript/document_props_expected.txt b/testing/resources/javascript/document_props_expected.txt
index 4b60a624da..90914cda51 100644
--- a/testing/resources/javascript/document_props_expected.txt
+++ b/testing/resources/javascript/document_props_expected.txt
@@ -28,6 +28,7 @@ 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 ***
@@ -61,6 +62,7 @@ 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 ***
@@ -93,5 +95,6 @@ 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