<html>
  <head>
      <title>Init Block Test Page...</title>

      {{>common-includes}}

      <link rel="stylesheet" media="screen" href="../../node_modules/infusion/tests/lib/qunit/css/qunit.css" />
      <script type="text/javascript" src="../../node_modules/infusion/tests/lib/qunit/js/qunit.js"></script>
      <script type="text/javascript" src="../../node_modules/infusion/tests/test-core/jqUnit/js/jqUnit.js"></script>

      <!-- Testem and the coverage client to relay results. -->
      <script src="/testem.js"></script>
      <script type="text/javascript" src="/coverage/client/coverageSender.js"></script>

      <!-- The test component, which will run tests once it's created and has a chance to render. -->
      <script type="text/javascript" src="/tests/browser-fixtures/js/tests-initBlock.js"></script>
  </head>
  <body>
    {{{body}}}
  </body>
</html>
