summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/347367.html
blob: fedf3b2d12deb2dd53ff16a510cbaf3f57c644ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-paged"><head>
<title>Testcase bug 347367 - crash when print preview is opened on a certain file styled with meda=print [@ BasicTableLayoutStrategy::CalcPctAdjTableWidth]</title>
<style>
div.page
{
 float:left;
 clear:both;
}


table.display td
{
 width:50%;

}


</style>
 </head><body>
  <div id="display_container">


   <div class="page"><table class="display" border="0" rules="cols">
    <tbody><tr><th colspan="2"><h2>Customer Information</h2></th></tr>
    <tr><td>Company Name</td><td>TenSen.net</td></tr>
    <tr><td>Address</td><td>208</td></tr>
    <tr><td>City</td><td>Carthage</td></tr>
    <tr><td>State</td><td>TX</td></tr>
    <tr><td>Zipcode</td><td>75633</td></tr>
    <tr><td>Contact Name</td><td>Dakota</td></tr>
    <tr><td>Phone Number</td><td>9032353248</td></tr>
    <tr><td>Email Address</td><td>dakota@tensen.net</td></tr>
    <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>
   </tbody></table></div>

   <div class="page"><table class="display" border="0" rules="cols">
    <tbody><tr><th colspan="2"><h2>Customer Information</h2></th></tr>
    <tr><td>Company Name</td><td>TenSen.net</td></tr>
    <tr><td>Address</td><td>208</td></tr>
    <tr><td>City</td><td>Carthage</td></tr>
    <tr><td>State</td><td>TX</td></tr>
    <tr><td>Zipcode</td><td>75633</td></tr>
    <tr><td>Contact Name</td><td>Dakota</td></tr>
    <tr><td>Phone Number</td><td>9032353248</td></tr>
    <tr><td>Email Address</td><td>dakota@tensen.net</td></tr>
    <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>
   </tbody></table></div>

   <div class="page"><table class="display" border="0" rules="cols">
    <tbody><tr><th colspan="2"><h2>Customer Information</h2></th></tr>
    <tr><td>Company Name</td><td>TenSen.net</td></tr>
    <tr><td>Address</td><td>208</td></tr>
    <tr><td>City</td><td>Carthage</td></tr>
    <tr><td>State</td><td>TX</td></tr>
    <tr><td>Zipcode</td><td>75633</td></tr>
    <tr><td>Contact Name</td><td>Dakota</td></tr>
    <tr><td>Phone Number</td><td>9032353248</td></tr>
    <tr><td>Email Address</td><td>dakota@tensen.net</td></tr>
    <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>
   </tbody></table></div>

   <div class="page"><table class="display" border="0" rules="cols">
    <tbody><tr><th colspan="2"><h2>Customer Information</h2></th></tr>
    <tr><td>Company Name</td><td>TenSen.net</td></tr>
    <tr><td>Address</td><td>208</td></tr>
    <tr><td>City</td><td>Carthage</td></tr>
    <tr><td>State</td><td>TX</td></tr>
    <tr><td>Zipcode</td><td>75633</td></tr>
    <tr><td>Contact Name</td><td>Dakota</td></tr>
    <tr><td>Phone Number</td><td>9032353248</td></tr>
    <tr><td>Email Address</td><td>dakota@tensen.net</td></tr>
    <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>
   </tbody></table></div>

   
  </div>
 </body></html>