Add document undo history tests

This commit is contained in:
2026-06-01 07:39:42 +02:00
parent 126280ff7c
commit 3d80791245
5 changed files with 231 additions and 4 deletions

View File

@@ -309,8 +309,8 @@ PNG/JPEG signature detection plus PPI header recognition, with
corrupt/truncated/unsupported tests.
`pp_paint` has started with CPU reference math for the five current shader
blend modes. `pp_document` has started with a pure canvas/layer/frame model
and layer/frame invariant tests. `pp_renderer_api` has started with renderer-neutral
texture/readback descriptors and validation tests. `pp_paint_renderer` has
and layer/frame/undo-redo history invariant tests. `pp_renderer_api` has started
with renderer-neutral texture/readback descriptors and validation tests. `pp_paint_renderer` has
started with deterministic CPU layer compositing over renderer extents using
the paint blend reference. `pp_ui_core` has started with XML-layout-facing
length parsing, tinyxml-backed layout XML parsing, and invalid input tests.