gap-decorations-011-crash.html (473B)
1 <!DOCTYPE html> 2 <head> 3 <title>Make sure we don't crash when we don't have a gap and also have a repeater for color</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 #current { 9 column-rule-style: solid; 10 columns: 2; 11 height: 1px; 12 column-rule-color: repeat(auto, blue); 13 } 14 </style> 15 <div id="current"></div>