Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / scrolling / background-paint-scrolled-out-and-in-expected.html
blob8796fbfa5485ad1b2569b29709815f64c7f24156
1 <!DOCTYPE html>
2 <style>
3 #box {
4 position: absolute;
5 left: 300px;
6 top: 150px;
7 width: 50px;
8 height: 50px;
9 background-color: green;
11 </style>
12 Same as background-paint-scrolled.html but scrolls the changed box out of view then back in.
13 <div id="box"></div>
14 <div style="height: 2000px"></div>