blob: c274edf5f0fd9418a68cf5c35bcb6d1bde16029c [file] [log] [blame]
<!DOCTYPE html>
<div style="display: table;">
<div style="display: table-row-group;">
<span style="display: table-cell;">Test passes if this text is&#xa0;</span>
<div id=second style="display: table-row;"></div>
<span style="display: table-cell;">all on one line.</span>
<div style="display: table-row;"></div>
</div>
</div>
<script>
document.body.offsetHeight;
second.remove();
</script>