10 display: inline-table;
11 background-color: black;
20 <script src=
"../../resources/check-layout.js"></script>
23 <table data-total-y=
0>
28 <p>crbug.com/
452593: The baseline of an 'inline-table' is the baseline of the first row of the table.
29 You should see three black boxes and the middle one should be above the other two.
</p>
30 <p id=
"test-output"></p>
32 checkLayout('table', document
.getElementById("test-output"));