1 This tests that buttons don't honor table display styles.
3 <input type=
"button" value=
"display: table" style=
"display: table;">
4 <input type=
"button" value=
"display: table" style=
"display: 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;">
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;">
12 <input type=
"button" value=
"display: table-header-group" style=
"display: table-header-group;">
13 <input type=
"button" value=
"display: table-header-group" style=
"display: table-header-group;">
15 <input type=
"button" value=
"display: table-footer-group" style=
"display: table-footer-group;">
16 <input type=
"button" value=
"display: table-footer-group" style=
"display: table-footer-group;">
18 <input type=
"button" value=
"display: table-row" style=
"display: table-row;">
19 <input type=
"button" value=
"display: table-row" style=
"display: table-row;">
21 <input type=
"button" value=
"display: table-column-group" style=
"display: table-column-group;">
22 <input type=
"button" value=
"display: table-column-group" style=
"display: table-column-group;">
24 <input type=
"button" value=
"display: table-column" style=
"display: table-column;">
25 <input type=
"button" value=
"display: table-column" style=
"display: table-column;">
27 <input type=
"button" value=
"display: table-cell" style=
"display: table-cell;">
28 <input type=
"button" value=
"display: table-cell" style=
"display: table-cell;">
30 <input type=
"button" value=
"display: table-caption" style=
"display: table-caption;">
31 <input type=
"button" value=
"display: table-caption" style=
"display: table-caption;">