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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

michael@0 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
michael@0 2 <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-print"><head>
michael@0 3 <style>
michael@0 4 div.spacer {
michael@0 5 height: 5px;
michael@0 6 width: 10px;
michael@0 7 }
michael@0 8 img, td.spacer {
michael@0 9 height: 140px;
michael@0 10 width: 30px;
michael@0 11 }
michael@0 12 </style>
michael@0 13 <title>rowspan pagination</title>
michael@0 14 </head>
michael@0 15 <body>
michael@0 16 <div class="spacer"> </div>
michael@0 17 <table>
michael@0 18 <tbody>
michael@0 19 <tr><td class="spacer"></td></tr>
michael@0 20 <tr style="page-break-before:always">
michael@0 21 <td rowspan="2">
michael@0 22 <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF/wAAAAAAQaMSAwAAABJJREFUeNpiYBgFo2AwAIAAAwACigABtnCV2AAAAABJRU5ErkJggg==">
michael@0 23 </td>
michael@0 24 </tr>
michael@0 25 <tr></tr>
michael@0 26 </tbody>
michael@0 27 </table>
michael@0 28 </body>
michael@0 29 </html>

mercurial