aboutsummaryrefslogtreecommitdiff
path: root/testlib/selenium/testhost.html
blob: 263fe6316559e242e80bc573aafb313fcf0962ac (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>