haikuwebkit/LayoutTests/fast/inline/hidpi-inline-block-is-subpi...

16 lines
258 B
HTML

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