blob: c2a7e1875e51d117c5d520d8d5d32c9334488ad5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<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>
|