[wpt-sync] Sync PR 48367 - Make the "size" parameter a tuple in the canvas WPT generator config
Categories
(Core :: Graphics: Canvas2D, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox133 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 48367 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/48367
Details from upstream follow.
Jean-Philippe Gravel <jpgravel@chromium.org> wrote:
Make the "size" parameter a tuple in the canvas WPT generator config
This makes the size property hashable, which makes it possible to do
self._unique_param('size')to get the size of the canvases in a
variant grid and make sure all variant uses the same canvas size.
YAML doesn't support tuple natively, so the property needs to be
manually converted to a tuple.Bug: 364549423
Change-Id: I55540ff39807b6af851d629008a50f257eeda645
Reviewed-on: https://chromium-review.googlesource.com/5894511
WPT-Export-Revision: 6a3629049615ec03d5c07c71a956d17bab16843a
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
| Assignee | ||
Comment 5•1 year ago
|
||
Comment 6•1 year ago
|
||
| bugherder | ||
Comment 7•1 year ago
|
||
| bugherder | ||
Description
•