summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/015.html
blob: 460a5735d2d0614e35ca98e84c7ac4a891d7f78a (plain)
1
2
3
4
5
6
7
8
<html>
<table style="border:3px solid black; margin-bottom:1em">
<tr><td>Hello
</table>
<table style="border:3px solid black; margin-top:1em">
<tr><td>Hello
</table>
</html>