Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitglib/2.50
/
.
/
LayoutTests
/
fast
/
flexbox
/
flex-with-table-preferred-width.html
blob: 12cd6b0792629a0f367c2031b26cd32820cd08e9 [
file
] [
edit
]
<style>
.
container
{
display
:
inline-flex
;
flex-direction
:
column
;
}
table
{
font-family
:
Ahem
;
font-size
:
20px
;
}
</style>
<div
class
=
"container"
>
<table>
<tr>
<td>
PASS if text does not wrap.
</td>
</tr>
</table>
</div>