18 display: table-column-group;
24 border:
10px solid green;
25 -webkit-box-sizing: border-box;
26 -moz-box-sizing: border-box;
27 box-sizing: border-box;
34 <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>
35 <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>
36 <p>You should see
4 100px *
100px cells with green borders.
</p>
46 <div class=
"colgroup"></div>
47 <div class=
"colgroup"></div>
48 <div class=
"td"></div>
49 <div class=
"td"></div>