blob: 5c29181871fbbb024a6dc2e4bb30d54e27c29130 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.outer {
display: -webkit-flex;
-webkit-align-items: center;
box-sizing: border-box;
padding-top: 1px;
height: 25px;
}
.inner {
font: -webkit-small-control;
font-size: 9px;
}
</style>
</head>
<body>
<div class=outer>
<div class=inner>This tests that slow paint for inlines draws the text on the same position as fast path.</div>
</div>
</body>
</html>