Bug 263116 - [GTK4] WebKitTestRunner can't reliable generate pixel results
Summary: [GTK4] WebKitTestRunner can't reliable generate pixel results
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: GTK4
  Show dependency treegraph
 
Reported: 2023-10-13 04:01 PDT by Claudio Saavedra
Modified: 2023-10-13 04:42 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Claudio Saavedra 2023-10-13 04:01:18 PDT
There is a bug in how the GTK4 implementation takes a snapshot of the webview for pixel results that causes them to try to capture before the contents are actually rendered. This results in WTR just getting a black PNG when running a test, that is later useless for comparison.

As a result of this, the GTK4 test bot has hundreds of failures, and can't be used reliably for finding regressions.