float-table-align-left-quirk-ref.html (785B)
1 <!-- intentionally quirks mode --> 2 <!-- 3 Any copyright is dedicated to the Public Domain. 4 http://creativecommons.org/publicdomain/zero/1.0/ 5 --> 6 <html><head> 7 <title>Reference: Check that the old IE quirk for <table align=left> is NOT implemented</title> 8 <meta name="assert" content="1 and 2 should all be on separate lines below."> 9 <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com"> 10 </head> 11 <body> 12 13 <div style="width:0"> 14 <table><td>1</td></table> 15 <table><td>2</td></table> 16 </div> 17 18 <div style="width:0"> 19 <table><td>1</td></table> 20 <table><td>2</td></table> 21 </div> 22 23 <div style="width:0"> 24 <table><td>1</td></table> 25 <table><td>2</td></table> 26 </div> 27 28 <div style="width:0"> 29 <table><td>1</td></table> 30 <table><td>2</td></table> 31 </div> 32 33 </body> 34 </html>