firefox-bug-1693616-002-crash.html (863B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"> 4 <link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com"> 5 <link rel="author" title="Mozilla" href="https://www.mozilla.org/"> 6 <link rel="help" href="https://drafts.csswg.org/css-break/#break-decoration"> 7 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1693616"> 8 <meta name="assert" content="This test verifies that a block element with box-decoration-break:clone, whose block-start border and padding exceed the multicol's height, can make progress when fragmenting without hanging the browser."> 9 10 <style> 11 #a { 12 column-count: 2; 13 height: 5px; 14 } 15 #b { 16 box-decoration-break: clone; 17 padding: 4px 0px; 18 border: 1px dotted black; 19 height: 10px; 20 } 21 </style> 22 Hopefully this doesn't hang. 23 <div id="a"> 24 <div id="b">