mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
8 lines
159 B
HTML
8 lines
159 B
HTML
<script src="../include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
let e = document.createEvent("hashchangeevent");
|
|
println(e);
|
|
});
|
|
</script>
|