[wpt-sync] Sync PR 23394 - [Image Orientation] Fix canvas drawImage with a src rect subset
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23394 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23394
Details from upstream follow.
Stephen Chenney <schenney@chromium.org> wrote:
[Image Orientation] Fix canvas drawImage with a src rect subset
When converting the source rect for canvas drawImage with an
oriented image we must supply the uncropped image size as the
reference size for the correction method.The test fails due to a lack of fuzzy matching in WPT. The result
is basiclaly correct.Bug: 1074354
Change-Id: If9acd8c6ab7473cfa93018856aad059426584c3c
Reviewed-on: https://chromium-review.googlesource.com/2180863
WPT-Export-Revision: 1d104cd387b2b3a5808c0ebd404705ea2ddbe3d3
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central
Total 1 tests
Status Summary
Firefox
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/html/canvas/element/drawing-images-to-the-canvas/image-orientation/drawImage-with-src-rect.tentative.html: FAIL
Assignee | ||
Comment 3•5 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central
Total 1 tests
Status Summary
Firefox
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/html/canvas/element/drawing-images-to-the-canvas/image-orientation/drawImage-with-src-rect.tentative.html: FAIL
Comment 6•5 years ago
|
||
bugherder |
Description
•