haikuwebkit/LayoutTests/fast/sub-pixel/block-with-margin-overflow....

18 lines
315 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
.block {
overflow: auto;
margin: 0 0.6px;
}
</style>
</head>
<body>
<div class="block">
Should neither overflow nor display a scrollbar.
</div>
</body>
</html>