Bug 249142 - [LBSE] Add new tests that cover repainting after transform changes
Summary: [LBSE] Add new tests that cover repainting after transform changes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords: InRadar
Depends on:
Blocks: 90738 249141
  Show dependency treegraph
 
Reported: 2022-12-12 05:36 PST by Nikolas Zimmermann
Modified: 2023-01-23 14:24 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2022-12-12 05:36:53 PST
In order to prepare transform optimizations, we need tests to cover
repainting in different scenarios: foreignObject, image, text, shapes
either directly transformed themselves, or via parents.
    
The existing repaint tests are not sufficient, simply because they
still rely on pixel testing. Provide modern repaint test in two forms:
a) repaint rects as text, to have precise information on those rects and their numbert
b) repaint reftests (to rule out repainting artefacts, etc.)
Comment 1 Nikolas Zimmermann 2022-12-12 05:41:57 PST
Pull request: https://github.com/WebKit/WebKit/pull/7484
Comment 2 Radar WebKit Bug Importer 2022-12-19 05:37:14 PST
<rdar://problem/103512921>
Comment 3 EWS 2023-01-23 14:24:17 PST
Committed 259243@main (c417abc93c3b): <https://commits.webkit.org/259243@main>

Reviewed commits have been landed. Closing PR #7484 and removing active labels.