11 display: inline-table;
21 vertical-align: baseline;
28 <script src=
"../../resources/check-layout.js"></script>
29 <span data-total-y=
15>
31 <table data-total-y=
40>
32 <tr><td><div id=
"content"></div></td></tr>
36 <p>crbug.com/
452593: If an inline-table consists of a single row which consists of a cell whose styled height exceeds the styled
37 height of its contents then the table should use the bottom of the table as its baseline.
39 <p id=
"test-output"></p>
41 checkLayout('span', document
.getElementById("test-output"));
42 checkLayout('table', document
.getElementById("test-output"));