Back to Chromium

Bug22019

third_party/blink/web_tests/tables/mozilla/bugs/bug22019.html

149.0.7827.2812 B
Original Source
These tables below all have the HTML + CSS ...

<TABLE><tr> table {
  <td><TABLE style='margin: 20px; padding: 19px;'> width: 600px;
       <tr><td></td></tr> border: 1px solid red;
       </TABLE></td> empty-cells: show;}
</tr></TABLE> td {
                                                       border: 1px solid green;}
                                                     table.inner {margin: 20px;}  

... and differ only in the value of 'padding:'. From top table to
bottom: 0px, 10px, 19px, 20px, 25px. Note that for a_table over-constrained within another table_,_when (padding \>=margin)_, the margin is_all allocated to the right hand side_of the table (and to the left if 'direction: rtl;'.

| 600px table for width comparison |

|

| |

|

|

| |

|

|

| |

|

|

| |

|

|

| |

|