Status: PASS | Duration: 6ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/CSS2/normal-flow/block-in-inline-baseline-001.html
<!DOCTYPE html> <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level" /> <link rel="match" href="block-in-inline-baseline-001-ref.html"/> <link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org" /> <body> text <div style="display: inline-block; background: orange; width: 100px;"> content <span> <div style="border: solid; height: 20px;"></div> </span> </div> </body>
/css/CSS2/normal-flow/block-in-inline-baseline-001-ref.html
<!DOCTYPE html> <body> text <div style="display: inline-block; background: orange; width: 100px;"> content <div style="border: solid; height: 20px;"></div> </div> </body>