collapsing-border-model-011.html (559B)
1 <!DOCTYPE html> 2 <title>CSS Test: Tables under the collapsing borders model don't have padding</title> 3 <link rel="author" title="Oriol Brufau" href="obrufau@igalia.com"> 4 <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders"> 5 <link rel="match" href="../../reference/ref-filled-green-100px-square-only.html"> 6 <style> 7 table { 8 border-collapse: collapse; 9 box-sizing: content-box; 10 width: 100px; 11 height: 100px; 12 padding: 100px; 13 background: green; 14 } 15 </style> 16 <p>Test passes if there is a filled green square.</p> 17 <table></table>