Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/CSS2/normal-flow/block-in-inline-baseline-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<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>