blob: 00e89594b253bd45f21d15752d565d4d62b600b9 [file] [log] [blame]
<!doctype HTML>
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org">
Passes if it does not crash.
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
test(()=> {}, "Did not crash");
</script>