summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/overflow/resources/transformed-frame-scrolledIntoView-frame.html
blob: a5e6076d639de40d4fc79d144d0ebb1ae87dff69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<style>
::-webkit-scrollbar {
    width: 0;
    height: 0;
}

#green {
    position: absolute;
    left: 0;
    top: 150px;
    width: 100px;
    height: 100px;
    background: green;
}

#bloat {
    height: 1000px;
}
</style>
<div id="green"></div>
<div id="bloat"></div>