blob: 6d3fec8560e2a87f05153de9779d776a5200ae67 [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>