chromium/tools/mac/power/pages/spam_tasks.html

<!--This is a very unteresting page that does nothing but load js. Look to the associated .js file for comments.-->
<!--The page has to be invoked with the correct arguments like so: -->
<!--file:///Users/$USER/git/chrome_safari_power/pages/spam_tasks.html?interval=200&peerID=1&numPeers=3-->
<script src="spam_tasks.js"></script>
<html>
  <head>
    <title>Spam Tasks!</title>
  </head>
  <body onload="onLoad()" onunload="cleanup()">
  </body>
</html>