Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug23299.html
blob539592a3da1ed082af106322e4f584bd9be2be24
1 <!-- Vignette StoryServer 4 Thu Jan 06 20:04:02 2000 -->
2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
4 <html>
5 <head>
6 <title>Mozilla Table Test</title>
7 </head>
9 <BODY MARGINHEIGHT="0" TOPMARGIN="0" MARGINWIDTH="0" LEFTMARGIN="0">
11 <TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100" ALIGN="LEFT" BGCOLOR="BLUE">
12 <TR><TD>
13 Left Table<BR>
14 ALIGN="LEFT"<BR>
15 </TD></TR>
16 </TABLE>
17 <TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100" ALIGN="LEFT" BGCOLOR="BLUE">
18 <TR><TD>
19 Center Table<BR>
20 ALIGN="LEFT"<BR>
21 </TD></TR>
22 </TABLE>
23 <TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100" ALIGN="LEFT" BGCOLOR="BLUE">
24 <TR><TD>
25 Right Table<BR>
26 ALIGN="LEFT"<BR>
27 </TD></TR>
28 </TABLE>
29 <BR CLEAR="ALL">
30 <BR CLEAR="ALL">
31 The three tables above should abut each other. (in NN3/4 and IE4/5 they do).
32 </body>
33 </html>