[wpt-sync] Sync PR 45610 - Add borders around canvas grid cells
Categories
(Core :: Graphics: Canvas2D, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45610 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45610
Details from upstream follow.
Jean-Philippe Gravel <jpgravel@chromium.org> wrote:
Add borders around canvas grid cells
When generating grids of canvases in a WPT test, space is limited
because the whole grid must fit in the area screenshotted by the test
runner. Therefore, tests must maximize the utilisation of their canvas
area. This usually means using smaller canvas (to fit more test cases
in the grid) and drawing shapes that almost fill the whole canvas
surface (because canvases are smaller). To more easily see if this is
properly done, it's helpful to see the boundary of the canvas. This
also helps in knowing if the drawing overflows the canvas.Bug: 330885075
Change-Id: I411e0861829614162fee1f16854c127ae362a5c9Reviewed-on: https://chromium-review.googlesource.com/5431314
WPT-Export-Revision: 9a02b231221665c1437b9351d5143470f77fcae9
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 6 tests
Status Summary
Firefox
FAIL
: 4
TIMEOUT
: 2
Chrome
PASS
: 6
Safari
FAIL
: 4
TIMEOUT
: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.html [wpt.fyi]:
FAIL
(Chrome:PASS
, Safari:FAIL
) - /html/canvas/element/filters/2d.filter.layers.gaussianBlur.html [wpt.fyi]:
FAIL
(Chrome:PASS
, Safari:FAIL
) - /html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.html [wpt.fyi]:
FAIL
(Chrome:PASS
, Safari:FAIL
) - /html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.w.html [wpt.fyi]:
TIMEOUT
(Chrome:PASS
, Safari:TIMEOUT
) - /html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.html [wpt.fyi]:
FAIL
(Chrome:PASS
, Safari:FAIL
) - /html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.w.html [wpt.fyi]:
TIMEOUT
(Chrome:PASS
, Safari:TIMEOUT
)
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/eb058811c779
https://hg.mozilla.org/mozilla-central/rev/6aa6e087cd68
Description
•