| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 2 Copyright (c) 2012 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 <tabpanel id="info-view"> | 6 <tabpanel id="info-view"> |
| 7 <div> | 7 <div> |
| 8 <h3>Graphics Feature Status</h3> | 8 <h3>Graphics Feature Status</h3> |
| 9 <ul class="feature-status-list"> | 9 <ul class="feature-status-list"> |
| 10 </ul> | 10 </ul> |
| 11 </div> | 11 </div> |
| 12 <div class='problems-div'> | 12 <div class='problems-div'> |
| 13 <h3>Problems Detected</h3> | 13 <h3>Problems Detected</h3> |
| 14 <ul class="problems-list"> | 14 <ul class="problems-list"> |
| 15 </ul> | 15 </ul> |
| 16 </div> | 16 </div> |
| 17 | 17 |
| 18 <div> | 18 <div> |
| 19 <h3>Version Information</h3> | 19 <h3>Version Information</h3> |
| 20 <div id="client-info"></div> | 20 <div id="client-info"></div> |
| 21 </div> | 21 </div> |
| 22 | 22 |
| 23 <div> | 23 <div class="performance-div"> |
| 24 <h3>Performance Information</h3> | 24 <h3>Performance Information</h3> |
| 25 <div id="performance-info"></div> | 25 <div id="performance-info"></div> |
| 26 </div> | 26 </div> |
| 27 | 27 |
| 28 <div> | 28 <div> |
| 29 <h3>Driver Information</h3> | 29 <h3>Driver Information</h3> |
| 30 <div id="basic-info"></div> | 30 <div id="basic-info"></div> |
| 31 </div> | 31 </div> |
| 32 | 32 |
| 33 <div class="diagnostics"> | 33 <div class="diagnostics"> |
| (...skipping 24 matching lines...) Expand all Loading... |
| 58 </td> | 58 </td> |
| 59 <td jsdisplay="value instanceof Array" colspan=2> | 59 <td jsdisplay="value instanceof Array" colspan=2> |
| 60 <span jscontent="description" class="row-title"></span> | 60 <span jscontent="description" class="row-title"></span> |
| 61 <div transclude="info-view-table-template"></div> | 61 <div transclude="info-view-table-template"></div> |
| 62 </td> | 62 </td> |
| 63 </tr> | 63 </tr> |
| 64 </table> | 64 </table> |
| 65 </div> | 65 </div> |
| 66 </div> | 66 </div> |
| 67 </tabpanel> | 67 </tabpanel> |
| OLD | NEW |