| 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 | 9 |
| 10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 <paper-item>Long items wrap by default</paper-item> | 64 <paper-item>Long items wrap by default</paper-item> |
| 65 </paper-shadow> | 65 </paper-shadow> |
| 66 | 66 |
| 67 </section> | 67 </section> |
| 68 | 68 |
| 69 <section> | 69 <section> |
| 70 | 70 |
| 71 <div>In a core-selector</div> | 71 <div>In a core-selector</div> |
| 72 | 72 |
| 73 <paper-shadow> | 73 <paper-shadow> |
| 74 <core-selector selected="1" selectedAttribute=""> | 74 <core-selector selected="1"> |
| 75 <paper-item>Item 1</paper-item> | 75 <paper-item>Item 1</paper-item> |
| 76 <paper-item>Item 2</paper-item> | 76 <paper-item>Item 2</paper-item> |
| 77 <paper-item>Item 3</paper-item> | 77 <paper-item>Item 3</paper-item> |
| 78 </core-selector> | 78 </core-selector> |
| 79 </paper-shadow> | 79 </paper-shadow> |
| 80 | 80 |
| 81 </section> | 81 </section> |
| 82 | 82 |
| 83 <section> | 83 <section> |
| 84 | 84 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 96 <paper-item> | 96 <paper-item> |
| 97 <core-icon icon="content-paste"></core-icon> | 97 <core-icon icon="content-paste"></core-icon> |
| 98 Paste | 98 Paste |
| 99 </paper-item> | 99 </paper-item> |
| 100 </paper-shadow> | 100 </paper-shadow> |
| 101 | 101 |
| 102 </section> | 102 </section> |
| 103 | 103 |
| 104 </body> | 104 </body> |
| 105 </html> | 105 </html> |
| OLD | NEW |