out-of-flow-in-multicolumn-093.html (546B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1319280"> 3 <link rel="match" href="out-of-flow-in-multicolumn-093-ref.html"> 4 <style> 5 ul { columns:2; column-gap:0; height:20px; width:200px; line-height:20px; margin-left:-100px; } 6 ul li { position:relative; list-style-type:none; font-size:20px; } 7 ul li::before { content:" \2022 "; position:absolute; top:-2px; left:-15px; } 8 </style> 9 <p>There should be a bullet to the left of the word "Bullet".</p> 10 <ul> 11 <li>Bullet</li> 12 <li>Bullet</li> 13 </ul>