Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / invalid / table-inside-stray-table-content.html
1 <body>
2 <p>Should say "SUCCESS" below:</p>
3
4 <div style="border:2px solid red">
5   <table>
6     <div style="border:10px solid green; height:30px"><div style="border:2px solid blue; height:10px">
7       <table border=2><tr><td>Table
8       </table>
9     </div></div>
10
11 <p>SUCCESS</p>
12 </body>