| OLD | NEW | 
| (Empty) |  | 
 |   1 <!DOCTYPE html> | 
 |   2 <!-- | 
 |   3 Copyright 2012 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 <meta charset="utf-8"> | 
 |   8 <link rel="stylesheet" href="../tool/node_modules/mocha/mocha.css"> | 
 |   9 <script src="../tool/node_modules/chai/chai.js"></script> | 
 |  10 <script src="../tool/node_modules/mocha/mocha.js"></script> | 
 |  11 <script src="../tools/test/mocha-htmltest.js"></script> | 
 |  12 <script src="../tool/shadowdom.js"></script> | 
 |  13 <script src="../../../third_party/polymer/ShadowDOM/test/test.main.js"></script> | 
 |  14 <div id="mocha"></div> | 
 |  15 <script> | 
 |  16 mocha.run(); | 
 |  17 </script> | 
| OLD | NEW |