servo/tests/content/test_trace_null.html
2014-09-08 20:21:42 -06:00

7 lines
129 B
HTML

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