repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
compositing
/
overflow
/
body-switch-composited-scrolling-expected.html
blob
bc15d78d897492baa9b88a7e72368c6c9334afe2
1
<!DOCTYPE
html
>
2
<style>
3
html {
4
overflow-y: scroll;
5
}
6
7
body {
8
margin:
0
;
9
height:
1000
px;
10
background-color: yellow;
11
}
12
</style>
13
<body>
14
The test passes if the contents scrolls correctly.
15
</body>
16
<script>
17
window
.
scrollTo
(
0
,
100
);
18
</script>