blob: e92d522ee00a8c7f808bb3bb93cb679332613017 [file] [log] [blame]
<!DOCTYPE html>
<head>
<title>This tests that text with subpixel margin-top value does not get cut off prematurely.</title>
<style>
.outer {
display: inline-block;
font-family: '.LucidaGrandeUI';
margin-top: 0.5px;
}
.inner {
overflow: hidden;
}
</style>
</head>
<body>
<div class=outer>
<div class=inner>ggggg</div>
</div>
<body>