| 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 <span> |
| 9 <i> |
| 10 Note: To properly save this page, select the "Webpage, Complete" option |
| 11 in the Save File dialog. |
| 12 </i> |
| 13 </span> |
| 14 </div> |
| 15 <div> |
| 8 <h3>Graphics Feature Status</h3> | 16 <h3>Graphics Feature Status</h3> |
| 9 <ul class="feature-status-list"> | 17 <ul class="feature-status-list"> |
| 10 </ul> | 18 </ul> |
| 11 </div> | 19 </div> |
| 12 | 20 |
| 13 <div class='workarounds-div'> | 21 <div class='workarounds-div'> |
| 14 <h3>Driver Bug Workarounds</h3> | 22 <h3>Driver Bug Workarounds</h3> |
| 15 <ul class="workarounds-list"> | 23 <ul class="workarounds-list"> |
| 16 </ul> | 24 </ul> |
| 17 </div> | 25 </div> |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 </td> | 82 </td> |
| 75 <td jsdisplay="value instanceof Array" colspan=2> | 83 <td jsdisplay="value instanceof Array" colspan=2> |
| 76 <span jscontent="description" class="row-title"></span> | 84 <span jscontent="description" class="row-title"></span> |
| 77 <div transclude="info-view-table-template"></div> | 85 <div transclude="info-view-table-template"></div> |
| 78 </td> | 86 </td> |
| 79 </tr> | 87 </tr> |
| 80 </table> | 88 </table> |
| 81 </div> | 89 </div> |
| 82 </div> | 90 </div> |
| 83 </tabpanel> | 91 </tabpanel> |
| OLD | NEW |