| <!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> |