Closed
Bug 1948329
Opened 6 months ago
Closed 6 months ago
[wpt-sync] Sync PR 50717 - Simplify _write_cairo_images to only write a single file
Categories
(Core :: Graphics: Canvas2D, task, P4)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50717 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50717
Details from upstream follow.
Jean-Philippe Gravel <jpgravel@chromium.org> wrote:
Simplify _write_cairo_images to only write a single file
This function was generating images for multiple canvas types, but it
was doing so by repeating the code twice. It's simpler to have the
caller call this function multiple times, for the relevant canvas
types.Bug: 40207206
Change-Id: Iebf628e4a0fa39a7375945a7a3a926e0c645a516
Reviewed-on: https://chromium-review.googlesource.com/6204542
WPT-Export-Revision: 3bc44e203c3009c06e7c99178cea214f4fada557
Assignee | ||
Updated•6 months ago
|
Component: web-platform-tests → Graphics: Canvas2D
Product: Testing → Core
Assignee | ||
Comment 1•6 months ago
|
||
Assignee | ||
Comment 2•6 months ago
|
||
Test result changes from PR not available.
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d8ab637f49e1
[wpt PR 50717] - Simplify _write_cairo_images to only write a single file, a=testonly
Comment 4•6 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 months ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•