RetroZilla/layout/html/tests/block/bugs/63785.html

20 lines
250 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<head>
<title>Bug 63785</title>
</head>
<body>
<table>
<tr>
<td>
<div>
<p>Paragraph one</p>
<p>Paragraph two (1em margin between the two paragraphs)</p>
</div>
</td>
</tr>
</table>
</body>
</html>