OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> |
2 | 2 |
3 | 3 |
4 <html> | 4 <html> |
5 | 5 |
6 <head> | 6 <head> |
7 <title>layout-fix column space- dont even think to break these regression tests
</title> | 7 <title>layout-fix column space- dont even think to break these regression tests
</title> |
8 <style> | 8 <style> |
| 9 body {overflow: hidden;} |
9 td {overflow:hidden; background-color:blue} | 10 td {overflow:hidden; background-color:blue} |
10 </style> | 11 </style> |
11 <meta name="GENERATOR" content="Arachnophilia 4.0"> | 12 <meta name="GENERATOR" content="Arachnophilia 4.0"> |
12 <meta name="FORMATTER" content="Arachnophilia 4.0"> | 13 <meta name="FORMATTER" content="Arachnophilia 4.0"> |
13 </head> | 14 </head> |
14 | 15 |
15 <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff
0000"> | 16 <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff
0000"> |
16 | 17 |
17 <table style="table-layout:fixed;" border="1" width="300"> | 18 <table style="table-layout:fixed;" border="1" width="300"> |
18 <colgroup> | 19 <colgroup> |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 <tr><td width="150"><p style="width:200px; border:solid">para</p></td><td> 
;</td></tr> | 66 <tr><td width="150"><p style="width:200px; border:solid">para</p></td><td> 
;</td></tr> |
66 <tr><td width="250"> </td><td> </td></tr> | 67 <tr><td width="250"> </td><td> </td></tr> |
67 </table> | 68 </table> |
68 | 69 |
69 | 70 |
70 | 71 |
71 | 72 |
72 </body> | 73 </body> |
73 | 74 |
74 </html> | 75 </html> |
OLD | NEW |