2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / invalid / table-inside-stray-table-content.html
blob3e9df37c35282ada484777c62c14ace3a724fea9
1 <body>
2 <p>Should say "SUCCESS" below:</p>
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>
11 <p>SUCCESS</p>
12 </body>