1
    2
    3
    4
    5
    6
    7

content / test / data / back_forward_cache / page_with_shared_worker.html [blame]

<html>
<head></head>
<body>This page has a shared worker.</body>
  <script>
    const worker = new SharedWorker('/back_forward_cache/shared_worker.js');
  </script>
</html>