[wpt-sync] Sync PR 50157 - Migrate 2d.canvas.host.size.attributes.* to the new canvas WPT generator
Categories
(Core :: Graphics: Canvas2D, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50157 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50157
Details from upstream follow.
Jean-Philippe Gravel <jpgravel@chromium.org> wrote:
Migrate 2d.canvas.host.size.attributes.* to the new canvas WPT generator
This test uses different types of newline characters, like \n, \r and
\f. TheindentJinja filter used by the test template 1 was dropping
all of these, replacing them with normal newlines. This looks like a
bug in Jinja: theindentfilter could easily be made to preserve
newline types. This CL overrides the defaultindentfilter with a
version doing exactly that.Bug: 40207206
Change-Id: I5ece8e0ce4199bb0c915e59131c26eed4ce58693
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6172748
Commit-Queue: Jean-Philippe Gravel \<jpgravel@chromium.org>
Reviewed-by: Yi Xu \<yiyix@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1408116}
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
| Assignee | ||
Comment 5•1 year ago
|
||
Description
•