mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
9 lines
175 B
HTML
9 lines
175 B
HTML
<!DOCTYPE html>
|
|
<script src="../include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
let e = document.createEvent("hashchangeevent");
|
|
println(e);
|
|
});
|
|
</script>
|