summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-anonymous-boxes/695538-1.html
blob: 16568885c8f5df5d4584b8ba36f1fe23a214ea2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>