about summary refs log tree commit diff stats
path: root/test/layout/flex-in-table-intrinsic-min-width.html
blob: 61b48f2919cbb3bd349454ffab48aa37cd240658 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<table style="width: 4ch">
<tr>
<td width=0%>
<div style="display: flex">
<div>
testtest
</div>
</div>
</td>
<td width=100%>
second
</table>