Index: testing/resources/javascript/document_props_expected.txt |
diff --git a/testing/resources/javascript/document_props_expected.txt b/testing/resources/javascript/document_props_expected.txt |
index 90914cda51ad28b3f876dd9eff7a326cbabac550..28172ee60943834abf1abe08043836224818a56c 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 |