tenfourfox/layout/reftests/table-anonymous-boxes/695538-1.html

19 lines
304 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<style>
:root {
border-collapse: collapse;
border-spacing: 1px;
}
.cell {
display: table-cell;
border: solid black;
}
.pre {
white-space: pre;
border: solid blue;
}
</style>
<span class="pre"> <span class="cell">A</span>
<span class="cell">B</span> </span>