| OLD | NEW |
| (Empty) |
| 1 <!DOCTYPE html> | |
| 2 <!-- | |
| 3 Copyright 2013 The Polymer Authors. All rights reserved. | |
| 4 Use of this source code is governed by a BSD-style | |
| 5 license that can be found in the LICENSE file. | |
| 6 --> | |
| 7 <html> | |
| 8 <head> | |
| 9 <title>polymer-collapse Test Runner (Mocha)</title> | |
| 10 <meta charset="UTF-8"> | |
| 11 <!-- --> | |
| 12 <link rel="stylesheet" href="../../tools/test/mocha/mocha.css" /> | |
| 13 <script src="../../tools/test/mocha/mocha.js"></script> | |
| 14 <script src="../../tools/test/chai/chai.js"></script> | |
| 15 <script src="../../tools/test/mocha-htmltest.js"></script> | |
| 16 <!-- --> | |
| 17 <script src="../../platform/platform.js"></script> | |
| 18 </head> | |
| 19 <body> | |
| 20 <div id="mocha"></div> | |
| 21 <script> | |
| 22 mocha.setup({ui: 'tdd', slow: 1000, htmlbase: ''}); | |
| 23 </script> | |
| 24 <!-- --> | |
| 25 <script src="js/polymer-collapse.js"></script> | |
| 26 <!-- --> | |
| 27 <script> | |
| 28 mocha.run(); | |
| 29 </script> | |
| 30 </body> | |
| 31 </html> | |
| OLD | NEW |