mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
8 lines
129 B
HTML
8 lines
129 B
HTML
<!-- crashtest -->
|
|
<script src=harness.js></script>
|
|
<script>
|
|
new CustomEvent("foo", { detail: null });
|
|
gc();
|
|
finish();
|
|
</script>
|