summaryrefslogtreecommitdiff
path: root/testing/resources/javascript/event_properties_expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testing/resources/javascript/event_properties_expected.txt')
-rw-r--r--testing/resources/javascript/event_properties_expected.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/resources/javascript/event_properties_expected.txt b/testing/resources/javascript/event_properties_expected.txt
index ca1cbeba4a..bdcecc2e46 100644
--- a/testing/resources/javascript/event_properties_expected.txt
+++ b/testing/resources/javascript/event_properties_expected.txt
@@ -46,4 +46,7 @@ Alert: PASS: event.type = 'boo' threw event.type: Operation not supported.
Alert: PASS: event.value =
Alert: PASS: event.value = 'boo' = boo
Alert: PASS: event.value = boo
+Alert: PASS: event.willCommit = true
+Alert: PASS: event.willCommit = 'boo' threw event.willCommit: Operation not supported.
+Alert: PASS: event.willCommit = true
Alert: *** ending test ***