Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug39209.html
blob92eb8ca6ca140502c341bd5257b98bf243dc6b9a
1 <HTML>
2 <HEAD>
3 <TITLE>Moz Bug</TITLE>
4 </HEAD>
5 <BODY>
6 <TABLE border=1>
7 <TR>
8 <TD>
9 Blah
10 <TD>
11 <TABLE align="center" border=1>
12 <TR>
13 <TD>
14 <FORM>
15 <INPUT type="submit">
16 </FORM>
17 </TABLE>
18 <TR>
19 <TD colspan=2>
20 This line is only here to separate the two columns in the row above
21 </TABLE>
22 </BODY>
23 </HTML>