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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/table-anonymous-boxes/695538-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<!DOCTYPE html>
     1.5 +<style>
     1.6 +:root {
     1.7 +     border-collapse: collapse;
     1.8 +     border-spacing: 1px;
     1.9 +}
    1.10 +.cell {
    1.11 +     display: table-cell;
    1.12 +     border: solid black;
    1.13 +}
    1.14 +.pre {
    1.15 +     white-space: pre;
    1.16 +     border: solid blue;
    1.17 +}
    1.18 +.table {
    1.19 +     display: inline-table;
    1.20 +}
    1.21 +</style>
    1.22 +<span class="pre"> <span class="table"><span class="cell">A</span>
    1.23 +<span class="cell">B</span></span> </span>
    1.24 +

mercurial