| <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> |