blob: 2dc802e50d2c8055596cc4824aa43c51189770b5 [file] [log] [blame]
<html>
<head>
<title>This tests inline-block with subpixel height does not trigger scrolling.</title>
<style>
.container {
overflow-y: auto;
outline: 1px solid green;
height: 110px;
}
</style>
</head>
<body>
<div class=container></div>
</body>
</html>