blob: 56ef48e8ebda6c645b35c00702d2dfc044d13933 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=200">
<style>
::-webkit-scrollbar {
width: 0px;
height: 0px;
}
body {
margin: 0px;
}
#content {
background: silver;
width: 200px;
height: 300px;
}
</style>
</head>
<body>
<div id="content">a</div>
</body>
</html>