Blame view

bower_components/moment-element/test/index.html 625 Bytes
12e73bf0   Luigi Serra   cocreation updates
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  <!doctype html>
  <!--
  @license
  Copyright (c) 2015 Abdón Rodríguez Davila (@abdonrd). All rights reserved.
  This code may only be used under the MIT license.
  -->
  <html>
    <head>
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
  
      <script src="../../webcomponentsjs/webcomponents-lite.js"></script>
      <script src="../../web-component-tester/browser.js"></script>
    </head>
    <body>
      <script>
        WCT.loadSuites([
          'moment-element.html',
          'moment-element.html?dom=shadow'
        ]);
      </script>
    </body>
  </html>