[wpt-sync] Sync PR 20761 - Enable the CSS image-orientation always
Categories
(Core :: Layout: Images, Video, and HTML Frames, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 20761 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/20761
Details from upstream follow.
Stephen Chenney <schenney@chromium.org> wrote:
Enable the CSS image-orientation always
The spec has been updated to something we can commit to.
Intent to Ship has been approved.So implement the CSS image-orientation property for all
images (content and style) and change the valid values
to "from-image" or "none". Update tests accordingly.This does not remove the flag in case we need to turn it
off.Intent to Ship:
https://groups.google.com/a/chromium.org/forum/#!searchin/blink-dev/image-orientation%7Csort:date/blink-dev/jPgnRoivOis/X1E6SuOoAwAJBug: 158753
Change-Id: Ib50d263b01f7cf6b2d17174138fd223a8105da8e
Reviewed-on: https://chromium-review.googlesource.com/1846319
WPT-Export-Revision: 4d845c03f09c6685a05a2c5ceadfac5a2003b894
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 8 subtests
Status Summary
Firefox
OK : 1
PASS: 5
FAIL: 3
Chrome
OK : 1
PASS: 6
FAIL: 2
Safari
OK : 1
PASS: 6
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/css/css-images/inheritance.html
Property image-rendering inherits: FAIL
New Tests That Don't Pass
/css/css-images/inheritance.html
Property image-rendering inherits: FAIL (Chrome: PASS, Safari: PASS)
Property image-orientation has initial value from-image: FAIL (Chrome: FAIL, Safari: FAIL)
Property image-orientation inherits: FAIL (Chrome: FAIL, Safari: FAIL)
Assignee | ||
Comment 3•6 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 8 subtests
Status Summary
Firefox
OK : 1
PASS: 5
FAIL: 3
Chrome
OK : 1
PASS: 6
FAIL: 2
Safari
OK : 1
PASS: 6
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/css/css-images/inheritance.html
Property image-rendering inherits: FAIL
New Tests That Don't Pass
/css/css-images/inheritance.html
Property image-rendering inherits: FAIL (Chrome: PASS, Safari: PASS)
Property image-orientation has initial value from-image: FAIL (Chrome: FAIL, Safari: FAIL)
Property image-orientation inherits: FAIL (Chrome: FAIL, Safari: FAIL)
Assignee | ||
Comment 4•6 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 8 subtests
Status Summary
Firefox
OK : 1
PASS: 5
FAIL: 3
Chrome
OK : 1
PASS: 6
FAIL: 2
Safari
OK : 1
PASS: 6
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/css/css-images/inheritance.html
Property image-rendering inherits: FAIL
New Tests That Don't Pass
/css/css-images/inheritance.html
Property image-rendering inherits: FAIL (Chrome: PASS, Safari: PASS)
Property image-orientation has initial value from-image: FAIL (Chrome: FAIL, Safari: FAIL)
Property image-orientation inherits: FAIL (Chrome: FAIL, Safari: FAIL)
Assignee | ||
Comment 6•6 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 8 subtests
Status Summary
Firefox
OK : 1
PASS: 5
FAIL: 3
Chrome
OK : 1
PASS: 6
FAIL: 2
Safari
OK : 1
PASS: 6
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/css/css-images/inheritance.html
Property image-rendering inherits: FAIL
New Tests That Don't Pass
/css/css-images/inheritance.html
Property image-rendering inherits: FAIL (Chrome: PASS, Safari: PASS)
Property image-orientation has initial value from-image: FAIL (Chrome: FAIL, Safari: FAIL)
Property image-orientation inherits: FAIL (Chrome: FAIL, Safari: FAIL)
Assignee | ||
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/07461a4d0a72
https://hg.mozilla.org/mozilla-central/rev/f6f0181fd4fb
Description
•