Status: FAIL | Duration: 16ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/CSS2/tables/collapsing-border-model-011.html
<!DOCTYPE html> <title>CSS Test: Tables under the collapsing borders model don't have padding</title> <link rel="author" title="Oriol Brufau" href="obrufau@igalia.com"> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders"> <link rel="match" href="../../reference/ref-filled-green-100px-square-only.html"> <style> table { border-collapse: collapse; box-sizing: content-box; width: 100px; height: 100px; padding: 100px; background: green; } </style> <p>Test passes if there is a filled green square.</p> <table></table>
/css/reference/ref-filled-green-100px-square-only.html
<!DOCTYPE html> <link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org"> <p>Test passes if there is a filled green square.</p> <div style="width:100px; height:100px; background:green;"></div>