blob: 2cacb0be8fcca94b1601008d0f7d33912004cf1d [file] [edit]
<style>
.flex-box {
display: flex;
flex-direction: row;
inline-size: 100px; }
table {
inline-size: 100px;
border: 5px solid green;
padding: 5px;
}
</style>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
}
</script>
<div class=flex-box>
<div>PASS if no assert or crash.</div>
<table>
</table>
</div>