layout/reftests/bugs/467444-1.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 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     2 <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-print"><head>
     3 <style>
     4 div.spacer {
     5   height: 5px;
     6   width:  10px;
     7 }
     8 img, td.spacer {
     9   height: 140px;
    10   width:  30px;
    11 }
    12 </style>
    13 <title>rowspan pagination</title>
    14 </head>
    15 <body>
    16  <div class="spacer"> </div>
    17  <table>
    18   <tbody>
    19    <tr><td class="spacer"></td></tr>
    20    <tr>
    21     <td rowspan="2">
    22      <img  src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF/wAAAAAAQaMSAwAAABJJREFUeNpiYBgFo2AwAIAAAwACigABtnCV2AAAAABJRU5ErkJggg==">
    23     </td>
    24    </tr>
    25    <tr></tr>
    26   </tbody>
    27  </table>
    28 </body>
    29 </html>

mercurial