table-header-group-overflow-crash.html (424B)
1 <!DOCTYPE html> 2 <title>Crash test: table-header-group with default overflow/clip margin</title> 3 <link rel="help" href="https://drafts.csswg.org/css-overflow/#propdef-overflow"> 4 <link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org"> 5 6 <style type="text/css"> 7 *:last-child{ 8 display: table-header-group; 9 } 10 </style> 11 12 <object> 13 <table> 14 <caption>Text</caption> 15 <tbody></tbody> 16 </table> 17 </object>