summaryrefslogtreecommitdiff
path: root/cli/tests/034_onload.out
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-10-02 17:32:51 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-10-02 11:32:51 -0400
commitc920c5f62aba7eee0f6fa70f68f701e204ac1a9c (patch)
tree3ab590972146e11d75f1ddd296ab1a6aead58906 /cli/tests/034_onload.out
parentd32f39f2ec271c7517bbd5113827dc43a7e40641 (diff)
feat: window.onunload (#3023)
Diffstat (limited to 'cli/tests/034_onload.out')
-rw-r--r--cli/tests/034_onload.out4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/034_onload.out b/cli/tests/034_onload.out
index 0939be8cd..c9556e991 100644
--- a/cli/tests/034_onload.out
+++ b/cli/tests/034_onload.out
@@ -5,3 +5,7 @@ got load event in onload function
got load event in event handler (nest_imported)
got load event in event handler (imported)
got load event in event handler (main)
+got unload event in onunload function
+got unload event in event handler (nest_imported)
+got unload event in event handler (imported)
+got unload event in event handler (main)