box-sizing: content-box; table width > cell widths sum

div {display:table;}

1
2

table

1 2

div {display:table; table-layout:fixed;}

1
2

table {table-layout:fixed;}

1 2

box-sizing: border-box; table width > cell widths sum

div {display:table;}

1
2

table

1 2

div {display:table; table-layout:fixed;}

1
2

table {table-layout:fixed;}

1 2

box-sizing: content-box; table width < cell widths sum

div {display:table;}

1
2

table

1 2

div {display:table; table-layout:fixed;}

1
2

table {table-layout:fixed;}

1 2

box-sizing: border-box; table width < cell widths sum

div {display:table;}

1
2

table

1 2

div {display:table; table-layout:fixed;}

1
2

table {table-layout:fixed;}

1 2