| Index: test/iron_list_different_heights_test.html
 | 
| diff --git a/test/iron_list_hidden_test.html b/test/iron_list_different_heights_test.html
 | 
| similarity index 81%
 | 
| copy from test/iron_list_hidden_test.html
 | 
| copy to test/iron_list_different_heights_test.html
 | 
| index 1c011fa3f82b58bd1b544fb1aba01c78b20aecb4..292f7754a69baed128036307c5eec8a7b0258178 100644
 | 
| --- a/test/iron_list_hidden_test.html
 | 
| +++ b/test/iron_list_different_heights_test.html
 | 
| @@ -12,18 +12,18 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
 | 
|  <head>
 | 
|    <meta charset="UTF-8">
 | 
|    <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
 | 
| -  <title>iron-list hidden</title>
 | 
| +  <title>iron-list different heights</title>
 | 
|  
 | 
|    <script src="packages/web_components/webcomponents-lite.js"></script>
 | 
| -  <link rel="x-dart-test" href="iron_list_hidden_test.dart">
 | 
| -  <!--<script type="application/dart" src="iron_list_hidden_test.dart"></script>-->
 | 
| +  <link rel="x-dart-test" href="iron_list_different_heights_test.dart">
 | 
| +  <!--<script type="application/dart" src="iron_list_different_heights_test.dart"></script>-->
 | 
|    <!--<script src="packages/browser/dart.js"></script>-->
 | 
|    <script src="packages/test/dart.js"></script>
 | 
|    <link rel="import" href="packages/polymer_elements/paper_styles_nodart.html">
 | 
|  </head>
 | 
|  <body>
 | 
|  <template id="trivialList">
 | 
| -  <x-list hidden></x-list>
 | 
| +  <x-list></x-list>
 | 
|  </template>
 | 
|  </body>
 | 
|  </html>
 | 
| 
 |