<script src="include.js"></script> <script> test(() => { println(`new Event('x').isTrusted is ${new Event('x').isTrusted}`); }); </script>