servo/tests/content/test_trace_null.html

6 lines
119 B
HTML

<!-- crashtest -->
<script src=harness.js></script>
<script>
new CustomEvent("foo", { detail: null });
gc();
</script>