RetroZilla/layout/html/tests/table/bugs/bug63785.html

20 lines
210 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</p>
</div>
</td>
</tr>
</table>
</body>
</html>