blob: 42614a2829aa2758cbc45a3f1cd297b8d10262ea [file] [log] [blame]
<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/test-helpers.js"></script>
<script>
service_worker_test(
'resources/fetch-event-synthetic-respond-with-worker.js',
'respondWith on script created FetchEvent should not crash');
</script>