blob: 3c8f36c85c0d019b7208f0cfa3f2aca77763493c [file] [log] [blame]
<!doctype html>
<style>
body {
font-size: 96px;
font-family: Arial;
}
#outer {
background: #eee;
}
#wrap {
display: inline-block;
height: 10px;
}
</style>
<body>
<div id="outer">
X
<div id="wrap">Y</div>
</div>
</body>