about summary refs log tree commit diff stats
path: root/test/layout/overflow-scroll-starts-outside-canvas.html
Commit message (Collapse)AuthorAgeFilesLines
* render: fix OOB panic with scroll container outside the canvasbptato2025-01-291-0/+3
clipBox must not be allowed to start outside the canvas, or paintBackground will happily try to setTextStr in a negative position.