Sign in
chromium
/
chromium
/
src.git
/
66.0.3359.185
/
.
/
third_party
/
WebKit
/
LayoutTests
/
paint
/
overflow
/
scroll-background-obscured-expected.html
blob: 44c97e53cc9c5c88efb9ba080a16afbfe64a3510 [
file
] [
log
] [
blame
]
<!doctype HTML>
<div
id
=
"target"
style
=
"
height
:
100%
;
overflow-y
:
scroll
;
background-color
:
yellow
;
width
:
200px
;
height
:
200px
;
"
>
<div
style
=
"
width
:
200px
;
height
:
400px
;
"
></div>
</div>
<script>
target
.
scrollTop
=
200
;
</script>