Sign in
webkit
/
WebKit
/
5477927d104775982421a977c5683c552d9374f2
/
.
/
LayoutTests
/
scrollbars
/
resources
/
page-with-custom-scrollbars.html
blob: c2a7e1875e51d117c5d520d8d5d32c9334488ad5 [
file
] [
log
] [
blame
]
<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>