layout/tables/crashtests/347367.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 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
michael@0 2 <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-print"><head>
michael@0 3 <title>Testcase bug 347367 - crash when print preview is opened on a certain file styled with meda=print [@ BasicTableLayoutStrategy::CalcPctAdjTableWidth]</title>
michael@0 4 <style>
michael@0 5 div.page
michael@0 6 {
michael@0 7 float:left;
michael@0 8 clear:both;
michael@0 9 }
michael@0 10
michael@0 11
michael@0 12 table.display td
michael@0 13 {
michael@0 14 width:50%;
michael@0 15
michael@0 16 }
michael@0 17
michael@0 18
michael@0 19 </style>
michael@0 20 </head><body>
michael@0 21 <div id="display_container">
michael@0 22
michael@0 23
michael@0 24 <div class="page"><table class="display" border="0" rules="cols">
michael@0 25 <tbody><tr><th colspan="2"><h2>Customer Information</h2></th></tr>
michael@0 26 <tr><td>Company Name</td><td>TenSen.net</td></tr>
michael@0 27 <tr><td>Address</td><td>208</td></tr>
michael@0 28 <tr><td>City</td><td>Carthage</td></tr>
michael@0 29 <tr><td>State</td><td>TX</td></tr>
michael@0 30 <tr><td>Zipcode</td><td>75633</td></tr>
michael@0 31 <tr><td>Contact Name</td><td>Dakota</td></tr>
michael@0 32 <tr><td>Phone Number</td><td>9032353248</td></tr>
michael@0 33 <tr><td>Email Address</td><td>dakota@tensen.net</td></tr>
michael@0 34 <tr><td>Customer Information Additional Notes</td><td>This is a rather long "additional notes" field, just a test to see what will happen on the display page.</td></tr>
michael@0 35 </tbody></table></div>
michael@0 36
michael@0 37 <div class="page"><table class="display" border="0" rules="cols">
michael@0 38 <tbody><tr><th colspan="2"><h2>Customer Information</h2></th></tr>
michael@0 39 <tr><td>Company Name</td><td>TenSen.net</td></tr>
michael@0 40 <tr><td>Address</td><td>208</td></tr>
michael@0 41 <tr><td>City</td><td>Carthage</td></tr>
michael@0 42 <tr><td>State</td><td>TX</td></tr>
michael@0 43 <tr><td>Zipcode</td><td>75633</td></tr>
michael@0 44 <tr><td>Contact Name</td><td>Dakota</td></tr>
michael@0 45 <tr><td>Phone Number</td><td>9032353248</td></tr>
michael@0 46 <tr><td>Email Address</td><td>dakota@tensen.net</td></tr>
michael@0 47 <tr><td>Customer Information Additional Notes</td><td>This is a rather long "additional notes" field, just a test to see what will happen on the display page.</td></tr>
michael@0 48 </tbody></table></div>
michael@0 49
michael@0 50 <div class="page"><table class="display" border="0" rules="cols">
michael@0 51 <tbody><tr><th colspan="2"><h2>Customer Information</h2></th></tr>
michael@0 52 <tr><td>Company Name</td><td>TenSen.net</td></tr>
michael@0 53 <tr><td>Address</td><td>208</td></tr>
michael@0 54 <tr><td>City</td><td>Carthage</td></tr>
michael@0 55 <tr><td>State</td><td>TX</td></tr>
michael@0 56 <tr><td>Zipcode</td><td>75633</td></tr>
michael@0 57 <tr><td>Contact Name</td><td>Dakota</td></tr>
michael@0 58 <tr><td>Phone Number</td><td>9032353248</td></tr>
michael@0 59 <tr><td>Email Address</td><td>dakota@tensen.net</td></tr>
michael@0 60 <tr><td>Customer Information Additional Notes</td><td>This is a rather long "additional notes" field, just a test to see what will happen on the display page.</td></tr>
michael@0 61 </tbody></table></div>
michael@0 62
michael@0 63 <div class="page"><table class="display" border="0" rules="cols">
michael@0 64 <tbody><tr><th colspan="2"><h2>Customer Information</h2></th></tr>
michael@0 65 <tr><td>Company Name</td><td>TenSen.net</td></tr>
michael@0 66 <tr><td>Address</td><td>208</td></tr>
michael@0 67 <tr><td>City</td><td>Carthage</td></tr>
michael@0 68 <tr><td>State</td><td>TX</td></tr>
michael@0 69 <tr><td>Zipcode</td><td>75633</td></tr>
michael@0 70 <tr><td>Contact Name</td><td>Dakota</td></tr>
michael@0 71 <tr><td>Phone Number</td><td>9032353248</td></tr>
michael@0 72 <tr><td>Email Address</td><td>dakota@tensen.net</td></tr>
michael@0 73 <tr><td>Customer Information Additional Notes</td><td>This is a rather long "additional notes" field, just a test to see what will happen on the display page.</td></tr>
michael@0 74 </tbody></table></div>
michael@0 75
michael@0 76
michael@0 77 </div>
michael@0 78 </body></html>

mercurial