[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.htmlreferences a PNG image with the unofficial, non-standard method of adding EXIF information (putting it inside azTXtchunk).This PR adds a PNG image which uses the PNG
eXIFchunk, 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-imagerather than the html<img>element, to embed the two PNG images.Related discussion at
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years 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•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/b1a079f16bc0
https://hg.mozilla.org/mozilla-central/rev/27db0c9712a4
Description
•