summaryrefslogtreecommitdiff
path: root/testing/resources/javascript/annot_props_expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testing/resources/javascript/annot_props_expected.txt')
-rw-r--r--testing/resources/javascript/annot_props_expected.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/resources/javascript/annot_props_expected.txt b/testing/resources/javascript/annot_props_expected.txt
new file mode 100644
index 0000000000..54548e670e
--- /dev/null
+++ b/testing/resources/javascript/annot_props_expected.txt
@@ -0,0 +1,16 @@
+Alert: Test that non-existent annot fetch gives error
+Alert: SUCCESS: Document.getAnnot: Object no longer exists.
+Alert: Test initial cases
+Alert: annot: object
+Alert: hidden: true
+Alert: name: Annot-1
+Alert: type: Highlight
+Alert: hidden now: true
+Alert: hidden now: false
+Alert: name now: nonesuch
+Alert: Test assigment to read-only property gives error
+Alert: SUCCESS: Annot.type: Cannot assign to readonly property.
+Alert: Test lookup after name change gives error
+Alert: SUCCESS: Document.getAnnot: Object no longer exists.
+Alert: Test lookup under changed name
+Alert: nonesuch after name change: object