<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> |