table-width-150percent.html (346B)
1 <!doctype html> 2 <title>Test for capping percentages</title> 3 <link rel="match" href="table-width-150percent-ref.html"> 4 <style> 5 div { width:300px; background:yellow; height:50px; } 6 td { background:blue; } 7 </style> 8 <div> 9 <table width="150%" cellspacing="0" cellpadding="0" border="0"> 10 <tr><td>parent div float=left</td></tr> 11 </table> 12 </div>