blob: 1d479220f17ba10e33b2787013632dfa6f052325 [file] [log] [blame]
<!doctype html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/stack-overflow.js"></script>
<script>
test(() => {
fillStackAndRun(() => new Response('hi'));
}, 'stack overflow in Response constructor should not crash the browser');
</script>