tenfourfox/layout/reftests/table-anonymous-boxes/695538-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

19 lines
304 B
HTML

<!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>