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