Sign in
chromium
/
chromium
/
src.git
/
66.0.3359.185
/
.
/
third_party
/
WebKit
/
LayoutTests
/
paint
/
overflow
/
interest-rect-change-scroll-up-expected.html
blob: 197b2da7e976a1d23b952a7b1c3ccc0d23e22e94 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
body
{
margin
:
0
;
}
div
{
width
:
100px
;
height
:
100px
;
background-color
:
green
;
}
::-
webkit-scrollbar
{
width
:
0px
;
height
:
0px
;
}
</style>
<div></div>