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

25 lines
306 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<body>
<table border=1>
<tr>
<td>Test</td>
<td rowspan=3>Test</td>
</tr>
<tr>
<td>
<span>This cell should be visible
<table>
<tr>
<td>This table should be visible</td>
</tr>
<input type="hidden">
</table>
</span>
</td>
</tr>
</table>
</body>
</html>