mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-08 18:11:52 +00:00
8 lines
158 B
HTML
8 lines
158 B
HTML
<!DOCTYPE html>
|
|
<script src="include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
window.event = "hello";
|
|
println(window.event);
|
|
});
|
|
</script>
|