10 display: inline-table;
21 <script src=
"../../resources/check-layout.js"></script>
24 <table data-total-y=
16>
26 <tr><td>Text
</td></tr>
30 <p>crbug.com/
452593: The baseline of an 'inline-table' is the baseline of the first row of the table.
31 You should see three black boxes and the middle one should be below the other two.
</p>
32 <p id=
"test-output"></p>
34 checkLayout('table', document
.getElementById("test-output"));