18 display: table-column-group;
25 border:
10px solid green;
28 <p>Bug
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=87536">87536</a>: REGRESSION(r111742): box-sizing: border-box doesn't work on fixed table layout
</p>
29 <p>Testing that a column group's fixed width should apply to the cell's border-box and not impacted by the cell's box-sizing.
</p>
30 <p>You should see
4 100px *
100px cells with green borders.
</p>
40 <div class=
"colgroup"></div>
41 <div class=
"colgroup"></div>
42 <div class=
"td"></div>
43 <div class=
"td"></div>