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

22 lines
370 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;
}
.table {
display: inline-table;
}
</style>
<span class="pre"> <span class="table"><span class="cell">A</span>
<span class="cell">B</span></span> </span>