Sign in
webkit
/
WebKit
/
f60b777d1f8f61fa35143d4a5c4ca9cde96e8bf5
/
.
/
LayoutTests
/
imported
/
blink
/
compositing
/
overflow
/
body-switch-composited-scrolling-expected.html
blob: bc15d78d897492baa9b88a7e72368c6c9334afe2 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
html
{
overflow-y
:
scroll
;
}
body
{
margin
:
0
;
height
:
1000px
;
background-color
:
yellow
;
}
</style>
<body>
The test passes if the contents scrolls correctly.
</body>
<script>
window
.
scrollTo
(
0
,
100
);
</script>