Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug44505.html
blobefe02616543b8c97ee3da31e5878d385671124eb
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
4 <html>
6 <head>
7 <title>layout-fix column space- dont even think to break these regression tests</title>
8 <style>
9 body {overflow: hidden;}
10 td {overflow:hidden; background-color:blue}
11 </style>
12 <meta name="GENERATOR" content="Arachnophilia 4.0">
13 <meta name="FORMATTER" content="Arachnophilia 4.0">
14 </head>
16 <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">
18 <table style="table-layout:fixed;" border="1" width="300">
19 <colgroup>
20 <col width="200">
21 <col width="100">
22 </colgroup>
23 <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
24 <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
25 </table>
27 <table style="table-layout:fixed;" border="1" width="300">
28 <colgroup>
29 <col width="200">
30 <col width="100">
31 </colgroup>
32 <tr><td width="80%">&nbsp;</td><td>&nbsp;</td></tr>
33 <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
34 </table>
36 <table style="table-layout:fixed;" border="1" width="300">
37 <tr><td width="80%">&nbsp;</td><td>&nbsp;</td></tr>
38 <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
39 </table>
41 <table style="table-layout:fixed;" border="1" width="300">
42 <tr><td width="150">&nbsp;</td><td>&nbsp;</td></tr>
43 <tr><td width="250">&nbsp;</td><td>&nbsp;</td></tr>
44 </table>
46 <table style="table-layout:fixed;" border="1" width="300">
47 <tr><td width="150"><form><button style="width:200px">button</button></form></td><td>&nbsp;</td></tr>
48 <tr><td width="250">&nbsp;</td><td>&nbsp;</td></tr>
49 </table>
51 <table border="1" width="300">
52 <tr><td ><form><button style="width:200px">button</button></form></td><td>&nbsp;</td></tr>
53 <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
54 </table>
56 <table style="table-layout:fixed;" border="1" width="300" cellpadding="10">
57 <tr><td width="150"><div style="width:200px; border:solid">div</div></td><td>&nbsp;</td></tr>
58 <tr><td width="250">&nbsp;</td><td>&nbsp;</td></tr>
59 </table>
61 <table style="table-layout:fixed; overflow:hidden" border="1" width="300">
62 <tr><td width="150"><p style="width:200px; border:solid">para</p></td><td>&nbsp;</td></tr>
63 <tr><td width="250">&nbsp;</td><td>&nbsp;</td></tr>
64 </table>
65 <table border="1" width="300">
66 <tr><td width="150"><p style="width:200px; border:solid">para</p></td><td>&nbsp;</td></tr>
67 <tr><td width="250">&nbsp;</td><td>&nbsp;</td></tr>
68 </table>
73 </body>
75 </html>