Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug2296.html
blob6403f818005d56042a04ef139856a84ef96af6ab
1 <HTML>
2 <BODY BGCOLOR="white">
3 <TABLE WIDTH=600 CELLPADDING="0" CELLSPACING="0" BORDER="1">
4 <TR>
5 <TD COLSPAN="3">
6 <TABLE BORDER="1" WIDTH="600" CELLSPACING="0" CELLPADDING="0">
7 <TR>
8 <TD WIDTH="120">
9 <table width="100%" cellpadding=0 cellspacing=0 border=1>
10 <tr bgcolor=red>
11 <td>
12 cell data
13 <SCRIPT language="javascript"></SCRIPT>
14 </TD>
15 </tr>
16 </table>
17 </TD>
18 </TR>
19 </TABLE>
20 </TD>
21 </TR>
22 <TR>
23 <TD>
24 cell data 2
25 </td>
27 <!-- notice the missing close tags here: </TR></TABLE> -->
29 </body>
30 </html>