mirror of
https://github.com/servo/servo.git
synced 2025-06-17 04:44:28 +00:00
7 lines
129 B
HTML
7 lines
129 B
HTML
<!-- crashtest -->
|
|
<script src=harness.js></script>
|
|
<script>
|
|
new CustomEvent("foo", { detail: null });
|
|
gc();
|
|
finish();
|
|
</script>
|