layout/reftests/bugs/360065-1-ref.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
     3  <head>
     4   <title>table-cell Testcase</title>
     5   <style type="text/css">
     7    /* Test case: */
     8    .tablespan {
     9      display: inline-table;
    10    }
    11    .inlinediv { border: 1px solid blue; }
    12    .tablespan { border: 1px solid purple; }
    14   </style>
    15  </head>
    16  <body>
    18    <span class="inlinediv">
    19       <span class="tablespan">x</span>
    20    </span>
    21  </body>
    22 </html>

mercurial