Files
servo/tests/content/test_trace_null.html
Jack Moffitt c6ab60dbfc Cargoify servo
2014-09-08 20:21:42 -06:00

8 lines
129 B
HTML

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