| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="UTF-8"> | 4 <meta charset="UTF-8"> |
| 5 <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-
scale=1.0, user-scalable=yes"> | 5 <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-
scale=1.0, user-scalable=yes"> |
| 6 <title>Web Component Test Runner</title> | 6 <title>Web Component Test Runner</title> |
| 7 | 7 |
| 8 <link href="../../polymer-test-tools/tools.html" rel="import"> | 8 <link href="../../polymer-test-tools/tools.html" rel="import"> |
| 9 | 9 |
| 10 <script src="../../polymer-test-tools/mocha-htmltest.js"></script> | 10 <script src="../../polymer-test-tools/mocha-htmltest.js"></script> |
| 11 <script src="js/htmltests.js"></script> | 11 <script src="js/htmltests.js"></script> |
| 12 </head> | 12 </head> |
| 13 <body> | 13 <body> |
| 14 | 14 |
| 15 <div id="mocha"></div> | 15 <div id="mocha"></div> |
| 16 | 16 |
| 17 <script> | 17 <script> |
| 18 mocha.run(); | 18 mocha.run(); |
| 19 </script> | 19 </script> |
| 20 | 20 |
| 21 </body> | 21 </body> |
| 22 </html> | 22 </html> |
| OLD | NEW |