chromium/third_party/blink/web_tests/fast/table/column-in-inline-expected.html

<!DOCTYPE html>
<p>Test that a table-column with a table-cell sibling are wrapped inside an inline-table when the parent is inline.</p>
<span>
  <span style="display:inline-table">
    <div style="display:table-column; width:4em; background:blue;"></div>
    <div style="vertical-align:top; display:table-cell; height:4em;">&nbsp;</div></span>
  There should be a blue square to the left of this line.
</span>