blob: 8796fbfa5485ad1b2569b29709815f64c7f24156 [file] [log] [blame]
<!DOCTYPE html>
<style>
#box {
position: absolute;
left: 300px;
top: 150px;
width: 50px;
height: 50px;
background-color: green;
}
</style>
Same as background-paint-scrolled.html but scrolls the changed box out of view then back in.
<div id="box"></div>
<div style="height: 2000px"></div>