diff options
Diffstat (limited to 'testing/resources')
-rw-r--r-- | testing/resources/javascript/document_props_expected.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/resources/javascript/document_props_expected.txt b/testing/resources/javascript/document_props_expected.txt index 90914cda51..28172ee609 100644 --- a/testing/resources/javascript/document_props_expected.txt +++ b/testing/resources/javascript/document_props_expected.txt @@ -46,7 +46,7 @@ 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: this.info = 3; yields 3 +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 |