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