ladybird/Tests/LibWeb/Text/input/synthetic-event-constructor-istrusted-check.html
2025-03-20 11:50:49 +01:00

7 lines
171 B
HTML

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