blob: 2675401b4092996c2b3c3b80426f2730dc7bbf5f [file] [log] [blame]
<!DOCTYPE html>
<title>fixed position, z-index, and mix-blend-mode</title>
<link rel="author" title="Mason Freed" href="mailto:masonfreed@chromium.org">
<div style="width: 100px; height:4000px;"></div>
<div style="background: green; width: 100px; height:100px;"></div>
<script>
requestAnimationFrame(()=>{
requestAnimationFrame(()=>{
window.scrollBy(0, 3000);
});
});
</script>