blob: 66def7448dfbe3daf63125a6715acd11672cd1c9 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
zoom: 0.9;
}
#test {
width: fit-content;
border: 1px solid red;
padding: 5px;
overflow: hidden;
}
</style>
</head>
<body>
<div id="test">
This box should not have a scrollbar.
</div>
</body>
</body>