about summary refs log tree commit diff stats
path: root/test/layout/negative-z-index-with-bgcolor-body-and-html.html
Commit message (Collapse)AuthorAgeFilesLines
* render, pager: fix canvas background painting orderbptato2025-02-191-0/+6
We were painting the background box in render for dump mode, but this conflicted with the standard requirement that the canvas be painted before other elements. So now we handle this directly in the pager. Conveniently enough, this also fixes the issue of canvas color adding pointless spacing to pages (which often made the selection feature less useful.)