Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / trivial-scroller.html
blob7bf668ee23f5e249b9aa93b5f43ebdec3f1747a0
1 <!DOCTYPE HTML>
2 <style>
3 #scroller {
4 width: 100px;
5 height: 100px;
6 overflow: scroll;
7 will-change: transform;
9 .scrolled {
10 background: blue;
11 width: 50px;
12 height: 180px;
14 </style>
15 <div id="scroller">
16 <div class="scrolled"></div>
17 </div>