Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / invalid / td-inside-object.html
1 <table><tr><td>This text should be to the left of the cat image.
2 <td><object data="resources/cat.png"/>
3 <td>This text should be to the right of the cat image.
4 </tr>
5 </table>