| The scrollbar within the inner (blue) box should be visible and positioned at |
| the top, even though the outer (green) box has been scrolled. |
| <meta name=fuzzy content="maxDifference=0-1;totalPixels=0-500"> |
| internals.useMockOverlayScrollbars(); |
| html, body { margin: 0; padding: 0; } |
| .strut { height: 500px; } |
| <div class="strut"></div> |
| <div class="strut"></div> |
| const outer = document.getElementById('outer'); |
| outer.scrollTop = outer.scrollHeight - outer.clientHeight; |
| testRunner.dumpAsTextWithPixelResults(); |
| testRunner.setCustomTextOutput(internals.layerTreeAsText(document)); |