aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/lib/js/nanite/test/index.html
blob: 0ac18a1bf2ee80abf54e290355b4cbf5e84bc452 (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>
<html>
<!-- This test file has import paths that are suitable for gulp test and
 direct loading in the browser -->
<head>
  <meta charset="utf-8">
  <script src="../../../../../components/webcomponentsjs/webcomponents-lite.min.js"></script>
  <script src="../../../../components/web-component-tester/browser.js"></script>
  <link rel="import" href="../../../../../components/polymer/polymer.html">

</head>
<body>
    <script src="../nanite.js"></script>
    <script src="naniteTest.js"></script>
    <test-fixture id="testElementFixture">
      <template>
        <test-element id="test"></test-element>
      </template>
    </test-fixture>

</body>
</html>