Newer
Older
minerva / Tests / LibWeb / Text / input / synthetic-event-constructor-istrusted-check.html
@minerva minerva on 13 Jul 155 bytes Initial commit
<script src="include.js"></script>
<script>
    test(() => {
        println(`new Event('x').isTrusted is ${new Event('x').isTrusted}`);
    });
</script>