OLD | NEW |
---|---|
1 <!-- | 1 <!-- |
2 Copyright 2014 The Chromium Authors. All rights reserved. | 2 Copyright 2014 The Chromium Authors. All rights reserved. |
3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
4 found in the LICENSE file. | 4 found in the LICENSE file. |
5 --> | 5 --> |
6 | 6 |
7 <link rel="import" href="../build-table.html"> | 7 <link rel="import" href="../build-table.html"> |
8 | 8 |
9 <script> | 9 <script> |
10 (function() { | 10 (function() { |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
170 assert.deepEqual(getColumnContents(8, 2), ['p', 'i', 'j', 'o', 'm', 'n', 'l', 'k'].reverse()); | 170 assert.deepEqual(getColumnContents(8, 2), ['p', 'i', 'j', 'o', 'm', 'n', 'l', 'k'].reverse()); |
171 done(); | 171 done(); |
172 }); | 172 }); |
173 }); | 173 }); |
174 }); | 174 }); |
175 }); | 175 }); |
176 | 176 |
177 })(); | 177 })(); |
178 </script> | 178 </script> |
179 | 179 |
OLD | NEW |