gap-decorations-008-crash.html (328B)
1 <!DOCTYPE html> 2 <head> 3 <title>Crash test found by fuzzer.</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 </head> 7 <style> 8 body > * { 9 column-rule: repeat(5, 100px); 10 } 11 </style> 12 <body> 13 <fieldset> 14 </body>