blob: 63e6e6083cbaacbbb74ef28e5613bd4cf8e18212 [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ AsyncOverflowScrollingEnabled=false ] -->
<body style="height: 2000px;">
<pre id="log"></pre>
<div style="position: fixed;">
<div style="overflow: scroll; width: 80px; height: 80px;">
<div style="position: absolute; width: 100px; height: 100px; background: fixed linear-gradient(to bottom right, red, yellow);"></div>
</div>
</div>
<script>
if (window.testRunner && window.internals)
onload = () => { testRunner.dumpAsText(); log.textContent = internals.scrollingStateTreeAsText() };
</script>