repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
tables
/
mozilla
/
bugs
/
bug4284.html
blob
740ed463b235483ec9652afcefde779f7d320f15
1
this table should be center aligned
2
<BR>
3
<table
align=center border=
1
>
4
<tr><td>
foo
</td></tr>
5
</table>
6
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>
15