gap-decorations-007-crash.html (424B)
1 <!DOCTYPE html> 2 <title>Crash test found by fuzzer. Multicol, non visible overflow without scrollable container and a visible gap rule 3 </title> 4 <link rel="help" href="https://drafts.csswg.org/css-gaps-1/"> 5 <link rel="author" title="Javier Contreras" href="mailto:javiercon@microsoft.com"> 6 <div style="columns:2; column-fill:auto; height:100px; column-rule:solid; contain:paint;"> 7 <div style="height:101px;"></div> 8 </div>