blob: b32e58c4ab1e04394d7c2f346d924ddffbba38bc [file] [log] [blame]
<!DOCTYPE html>
<html><head><style>
body { margin: 0px; line-height: 0px; }
/* FIXME: This vertical-align should not be needed, but without it the contentHeight()
of the document is reported as 4px too large, likely due to implied line decent? */
div { vertical-align: top; }
</style></head>
<body><div style="background-color: orange; display: inline-block; width: 100px; height: 50px;"></div><div style="background-color: blue; display: inline-block; width: 50px; height: 50px;"></div></body></html>