inline-block-baseline-crash.html (319B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://drafts.csswg.org/css2/#propdef-vertical-align"> 3 <link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org"> 4 <style> 5 div::after { 6 display: layout(parent); 7 content: ""; 8 } 9 </style> 10 <body style="columns: 2"> 11 <div style="display: inline-block"></div> 12 </body>