chromium/chrome/test/data/cast/cast_mirroring_performance_browsertest.html

<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Test Page for Cast Mirroring Performance Test</title>
    <link rel="stylesheet" href="cast_mirroring_performance_browsertest.css">
  </head>

  <body id="mainBody">
    <div id="help">
      Click anywhere to start.
      <h1>WARNING: Take off headphones or suffer!</h1>
    </div>
    <canvas id="canvas"/>
  </body>

  <script src="cast_mirroring_performance_browsertest.js"></script>
</html>