Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / button-table-styles.html
blobc188dec3ba7ca1a70e6d578158a87f25d607c66e
1 This tests that buttons don't honor table display styles.
2 <br>
3 <input type="button" value="display: table" style="display: table;">
4 <input type="button" value="display: table" style="display: table;">
5 <br><br>
6 <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>
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;">
11 <br><br>
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;">
14 <br><br>
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;">
17 <br><br>
18 <input type="button" value="display: table-row" style="display: table-row;">
19 <input type="button" value="display: table-row" style="display: table-row;">
20 <br><br>
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;">
23 <br><br>
24 <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>
27 <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>
30 <input type="button" value="display: table-caption" style="display: table-caption;">
31 <input type="button" value="display: table-caption" style="display: table-caption;">