OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- | 2 <!-- |
3 Copyright 2013 The Polymer Authors. All rights reserved. | 3 Copyright 2013 The Polymer Authors. All rights reserved. |
4 Use of this source code is governed by a BSD-style | 4 Use of this source code is governed by a BSD-style |
5 license that can be found in the LICENSE file. | 5 license that can be found in the LICENSE file. |
6 --> | 6 --> |
7 <html> | 7 <html> |
8 <head> | 8 <head> |
9 <title>polymer-collapse Test Runner (Mocha)</title> | 9 <title>polymer-collapse Test Runner (Mocha)</title> |
10 <meta charset="UTF-8"> | 10 <meta charset="UTF-8"> |
(...skipping 11 matching lines...) Expand all Loading... |
22 mocha.setup({ui: 'tdd', slow: 1000, htmlbase: ''}); | 22 mocha.setup({ui: 'tdd', slow: 1000, htmlbase: ''}); |
23 </script> | 23 </script> |
24 <!-- --> | 24 <!-- --> |
25 <script src="js/polymer-collapse.js"></script> | 25 <script src="js/polymer-collapse.js"></script> |
26 <!-- --> | 26 <!-- --> |
27 <script> | 27 <script> |
28 mocha.run(); | 28 mocha.run(); |
29 </script> | 29 </script> |
30 </body> | 30 </body> |
31 </html> | 31 </html> |
OLD | NEW |