<!DOCTYPE html> | |
<div style="display: table;"> | |
<div style="display: table-row-group;"> | |
<span style="display: table-cell;">Test passes if this text is </span> | |
<span style="display: table-cell;">all on one line.</span> | |
<div style="display: table-row;"></div> | |
</div> | |
</div> | |