Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug4284.html
blob740ed463b235483ec9652afcefde779f7d320f15
1 this table should be center aligned
2 <BR>
3 <table align=center border=1>
4 <tr><td>foo</td></tr>
5 </table>
7 this div should be center aligned with an image and a table centered in it
8 <BR>
9 <DIV ALIGN=CENTER>
10 <IMG width=50 height=50 SRC="../images/raptor.jpg">
11 <TABLE border=1 WIDTH=600>
12 <TR><TD>foo</TD></TR>
13 </TABLE>
14 </DIV>