blob: 1538ffcdd3fa9e4eff90e291c4b8d7130b37aca2 [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; position: relative; width: 80px; height: 80px;">
<div style="position: absolute; width: 200px; height: 200px; 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>