aboutsummaryrefslogtreecommitdiff
path: root/testlib/selenium/testhost.html
blob: 62c1a4e8241687d84d4db5c684655ab8854c1f0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html>
  <head>
    <title>Browser Test Host</title>
    <script src="/lib/vendor/system-csp-production.src.js"></script>
    <script>
    System.config({
        baseURL: "/",
        defaultJSExtensions: true,
        meta: {
          "lib/emscripten/taler-emscripten-lib": {
            format: "global",
            exports: "Module",
          }
        },
    });
    </script>
  </head>
</html>