columns-in-table-001-crash.html (368B)
1 <!doctype html> 2 <title>CSS Container Queries Test: TR container with multicol TD crashes Chrome</title> 3 <link rel="help" href="https://drafts.csswg.org/css-conditional-5/#size-container"> 4 <link rel="help" href="https://crbug.com/1291471"> 5 <p>Pass if test does not crash.</p> 6 <table> 7 <tr style="container-type:size;"> 8 <td style="columns:2"></td> 9 </tr> 10 </table>