| 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>core-style</title> | 9 <title>core-style</title> |
| 10 <script src="../platform/platform.js"></script> | 10 <script src="../platform/platform.js"></script> |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 }); | 49 }); |
| 50 }); | 50 }); |
| 51 | 51 |
| 52 })(); | 52 })(); |
| 53 </script> | 53 </script> |
| 54 | 54 |
| 55 </body> | 55 </body> |
| 56 </html> | 56 </html> |
| 57 | 57 |
| 58 | 58 |
| OLD | NEW |