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