Status: PASS | Duration: 5ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-tables/collapsed-border-positioned-tr-td.html
<!DOCTYPE html> <link rel="author" title="Xianzhu Wang" href="mailto:wangxianzhu@chromium.org" /> <link rel="help" href="https://crbug.com/1180773"/> <link rel="match" href="collapsed-border-positioned-tr-td-ref.html"/> <style> td { width: 50.6px; height: 50.3px; background: yellow; padding: 0; border: 1px solid blue; } </style> <table style="border-collapse: collapse"> <tr style="position: relative"> <td></td><td></td><td></td> </tr> <tr> <td style="position: relative"></td> <td style="position: relative"></td> <td style="position: relative"></td> </tr> </table>
/css/css-tables/collapsed-border-positioned-tr-td-ref.html
<!DOCTYPE html> <style> td { width: 50.6px; height: 50.3px; background: yellow; padding: 0; border: 1px solid blue; } </style> <table style="border-collapse: collapse"> <tr> <td></td><td></td><td></td> </tr> <tr> <td></td><td></td><td></td> </tr> </table>