haikuwebkit/LayoutTests/scrollbars/resources/page-with-custom-scrollbars...

20 lines
216 B
HTML

<html>
<head>
<style>
::-webkit-scrollbar {
width: 13px;
height: 13px;
}
.box {
background: gray;
width: 4000px;
height: 4000px;
}
</style>
</head>
<body>
<P class="box">PASS</p>
</body>
</html>