| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright (c) 2010 The Chromium Authors. All rights reserved. | 2 Copyright (c) 2010 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 <div id=info-view label="GPU Info"> | 6 <div id=info-view label="GPU Info"> |
| 7 <h3>Hardware Acceleration Status</h3> | 7 <h3>Graphics Feature Status</h3> |
| 8 <ul class="feature-status-list"> | 8 <ul class="feature-status-list"> |
| 9 </ul> | 9 </ul> |
| 10 <div class='problems-div'> | 10 <div class='problems-div'> |
| 11 <h3>Problems Detected</h3> | 11 <h3>Problems Detected</h3> |
| 12 <ul class="problems-list"> | 12 <ul class="problems-list"> |
| 13 </ul> | 13 </ul> |
| 14 </div> | 14 </div> |
| 15 | 15 |
| 16 <h3>Version Information</h3> | 16 <h3>Version Information</h3> |
| 17 <div id="client-info"></div> | 17 <div id="client-info"></div> |
| (...skipping 28 matching lines...) Expand all Loading... |
| 46 </td> | 46 </td> |
| 47 <td jsdisplay="value instanceof Array" colspan=2> | 47 <td jsdisplay="value instanceof Array" colspan=2> |
| 48 <span jscontent="description" class="row-title"></span> | 48 <span jscontent="description" class="row-title"></span> |
| 49 <div transclude="info-view-table-template"></div> | 49 <div transclude="info-view-table-template"></div> |
| 50 </td> | 50 </td> |
| 51 </tr> | 51 </tr> |
| 52 </table> | 52 </table> |
| 53 </div> | 53 </div> |
| 54 </div> | 54 </div> |
| 55 </div> | 55 </div> |
| OLD | NEW |