| OLD | NEW |
| 1 This tests that buttons don't honor table display styles. | 1 This tests that buttons do not allow table display styles except for display:tab
le-cell. |
| 2 <br> | 2 <br> |
| 3 <input type="button" value="display: table" style="display: table;"> | 3 <input type="button" value="display: table" style="display: table;"> |
| 4 <input type="button" value="display: table" style="display: table;"> | 4 <input type="button" value="display: table" style="display: table;"> |
| 5 <br><br> | 5 <br><br> |
| 6 <input type="button" value="display: inline-table" style="display: inline-table;
"> | 6 <input type="button" value="display: inline-table" style="display: inline-table;
"> |
| 7 <input type="button" value="display: inline-table" style="display: inline-table;
"> | 7 <input type="button" value="display: inline-table" style="display: inline-table;
"> |
| 8 <br><br> | 8 <br><br> |
| 9 <input type="button" value="display: table-row-group" style="display: table-row-
group;"> | 9 <input type="button" value="display: table-row-group" style="display: table-row-
group;"> |
| 10 <input type="button" value="display: table-row-group" style="display: table-row-
group;"> | 10 <input type="button" value="display: table-row-group" style="display: table-row-
group;"> |
| 11 <br><br> | 11 <br><br> |
| (...skipping 10 matching lines...) Expand all Loading... |
| 22 <input type="button" value="display: table-column-group" style="display: table-c
olumn-group;"> | 22 <input type="button" value="display: table-column-group" style="display: table-c
olumn-group;"> |
| 23 <br><br> | 23 <br><br> |
| 24 <input type="button" value="display: table-column" style="display: table-column;
"> | 24 <input type="button" value="display: table-column" style="display: table-column;
"> |
| 25 <input type="button" value="display: table-column" style="display: table-column;
"> | 25 <input type="button" value="display: table-column" style="display: table-column;
"> |
| 26 <br><br> | 26 <br><br> |
| 27 <input type="button" value="display: table-cell" style="display: table-cell;"> | 27 <input type="button" value="display: table-cell" style="display: table-cell;"> |
| 28 <input type="button" value="display: table-cell" style="display: table-cell;"> | 28 <input type="button" value="display: table-cell" style="display: table-cell;"> |
| 29 <br><br> | 29 <br><br> |
| 30 <input type="button" value="display: table-caption" style="display: table-captio
n;"> | 30 <input type="button" value="display: table-caption" style="display: table-captio
n;"> |
| 31 <input type="button" value="display: table-caption" style="display: table-captio
n;"> | 31 <input type="button" value="display: table-caption" style="display: table-captio
n;"> |
| OLD | NEW |