<body> <p>Test SharedWorker lifecycle. Will print PASS multiple times, followed by DONE.</p> <div id=result></div> <script src="../../resources/gc.js"></script> <script src="resources/shared-worker-create-common.js"></script> <script src="resources/worker-util.js"></script> <script src="resources/shared-worker-lifecycle.js"></script> </body>