<!DOCTYPE html>
<html>
<head>
<title>overflow-x:hidden on viewport</title>
</head>
<body>
<p>The viewport should have a vertical scrollbar, no horizontal scrollbar.</p>
<div style="height:300vh;"></div>
</body>
</html>