tenfourfox/layout/reftests/columns/basic-ref.html

18 lines
287 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<style>
table { border-spacing:0 }
td { vertical-align: baseline; padding:0; }
</style>
</head>
<body>
<table border="0" width="100%">
<tr>
<td width="50%">Hello</td>
<td width="50%">Kitty</td>
</tr>
</table>
</body>
</html>