summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/common/security-features/tools/template/test.release.html.template
blob: bac2d5b5a4d78dbb27170c59baeec70cb23add81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
%(generated_disclaimer)s
<html>
  <head>
    <meta charset="utf-8">
    <meta name="timeout" content="long">%(meta_delivery_method)s
    <script src="/resources/testharness.js"></script>
    <script src="/resources/testharnessreport.js"></script>
    <script src="/common/security-features/resources/common.sub.js"></script>
%(helper_js)s  </head>
  <body>
    <script>
      TestCase(
        [
          %(scenarios)s
        ],
        new SanityChecker()
      ).start();
    </script>
    <div id="log"></div>
  </body>
</html>