1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-20 22:18:32 +00:00
Files
UXP/layout/reftests/bugs/577838-2.html
T

26 lines
443 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
td { vertical-align: baseline; }
fieldset { border: none; padding: 50px 0 0 0; margin: 0; }
</style>
</head>
<body>
<table>
<tr>
<td>text</td>
<td>
<div>
<fieldset>
fieldset<br>
fieldset
</fieldset>
after
</div>
</td>
</tr>
</table>
</body>
</html>