10 display: inline-table;
11 background-color: black;
18 <script src=
"../../resources/check-layout.js"></script>
21 <table data-total-y=
16>
25 <p>crbug.com/
452593: The baseline of an 'inline-table' is the baseline of the first row of the table.
26 You should see two black boxes beside each other.
</p>
27 <p id=
"test-output"></p>
29 checkLayout('table', document
.getElementById("test-output"));