haikuwebkit/LayoutTests/fast/invalid/td-inside-object.html

6 lines
174 B
HTML

<table><tr><td>This text should be to the left of the cat image.
<td><object data="resources/cat.png"/>
<td>This text should be to the right of the cat image.
</tr>
</table>