[wpt-sync] Sync PR 46867 - Add image with actual eXIf chunk; add test with css background image
Categories
(Core :: Layout: Images, Video, and HTML Frames, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46867 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46867
Details from upstream follow.
Chris Lilley <chris@w3.org> wrote:
Add image with actual eXIf chunk; add test with css background image
The original test,
image-orientation-exif-png.html
references a PNG image with the unofficial, non-standard method of adding EXIF information (putting it inside azTXt
chunk).This PR adds a PNG image which uses the PNG
eXIF
chunk, and adds a copy of the original test,image-orientation-exif-png-2.html
, that references this new image.It also adds a third test,
image-orientation-exif-png.html
, which uses CSSbackground-image
rather than the html<img>
element, to embed the two PNG images.Related discussion at
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Comment 1•5 months ago
|
||
Assignee | ||
Comment 2•5 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests
Status Summary
Firefox
FAIL
: 2
Chrome
PASS
: 1
FAIL
: 1
Safari
PASS
: 1
FAIL
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
New Tests That Don't Pass
- /css/css-images/image-orientation/image-orientation-exif-png-2.html [wpt.fyi]:
FAIL
(Chrome:PASS
, Safari:PASS
) - /css/css-images/image-orientation/image-orientation-exif-png-3.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
Comment 4•5 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b1a079f16bc0
https://hg.mozilla.org/mozilla-central/rev/27db0c9712a4
Description
•