Files
servo/tests/content/test_trace_null.html
2014-11-06 21:48:43 -08:00

7 lines
119 B
HTML

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