Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug32205-3.html
blob52554c0d5268bc9b444be5dd4f4b82ab8bed2f04
1 <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html>
3 <head>
4 <title> New Document </title>
5 <meta name="Generator" content="EditPlus">
6 <meta name="Author" content="">
7 <meta name="Keywords" content="">
8 <meta name="Description" content="">
9 </head>
10 <body>
11 <table border="1" width="100%" height="100%">
12 <tr>
13 <td>
14 Outer Table:<br>
15 &lt;table border="1" width="100%" height="100%"&gt;
16 </td>
17 <td>
18 <table border="1" width="100%" height="100%">
19 <tr>
20 <td height="100%">
21 Nested Table:<br>
22 &lt;table border="1" width="100%" height="100%"&gt;<br>
23 &lt;td height="100%"&gt;
24 </td>
25 <td height="100%">
26 asdf
27 </td>
28 </tr>
29 </table>
30 </td>
31 </tr>
32 </table>
33 </body>
34 </html>