summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/assets/cached/bfcache/worker-iframe.html
blob: b98b0a1ef858aa7a2958f02d7e65faafaa02e0a8 (plain)
1
2
3
4
<!DOCTYPE html>
<script>
  const worker = new Worker('worker.mjs', {type: 'module'})
</script>