[wpt-sync] Sync PR 45314 - Use a single consistent case and format for the canvas_types param
Categories
(Core :: Graphics: Canvas2D, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox126 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45314 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45314
Details from upstream follow.
Jean-Philippe Gravel <jpgravel@chromium.org> wrote:
Use a single consistent case and format for the canvas_types param
The YAML configs and the Jinja templates were using different case for
the canvas_type[s] param. For instance, we had to do:
canvasType: [HtmlCanvas]
code: {{ if canvas_type == 'htmlcanvas' ... }}The format is now:
canvas_types: [HtmlCanvas]
code: {{ if canvas_type == 'HtmlCanvas' ... }}Bug: 330885075
Change-Id: I208d5c07381f88606d6d2936aa98753910f061d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5377005
Reviewed-by: Andres Ricardo Perez \<andresrperez@chromium.org>
Commit-Queue: Jean-Philippe Gravel \<jpgravel@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1277611}
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Comment 5•2 years ago
|
||
Comment 6•2 years ago
|
||
| bugherder | ||
Description
•