contain-size-051.html (635B)
1 <!DOCTYPE html> 2 3 <meta charset="UTF-8"> 4 5 <title>CSS Containment Test: 'contain: size' does not apply to table-cell element</title> 6 7 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> 8 <link rel="help" href="https://www.w3.org/TR/css-contain-1/#containment-size"> 9 <link rel="match" href="reference/contain-size-051-ref.html"> 10 11 12 <style> 13 td 14 { 15 contain: size; 16 font-size: 50px; 17 } 18 </style> 19 20 <p>Test passes if "5678" (without quotes) is readable and if the digits do not overlap each other. 21 22 <table> 23 <tr> 24 <td>5<td>6<td>7<td>8 25 </table>