Status: PASS | Duration: 1ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/CSS2/linebox/crashtests/inline-block-baseline-crash.html
<!DOCTYPE html> <link rel="help" href="https://drafts.csswg.org/css2/#propdef-vertical-align"> <link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org"> <style> div::after { display: layout(parent); content: ""; } </style> <body style="columns: 2"> <div style="display: inline-block"></div> </body>