[wpt-sync] Sync PR 22482 - [AspectRatio] Add parsing support for aspect-ratio: X / Y
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 22482 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/22482
Details from upstream follow.
Christian Biesinger <cbiesinger@chromium.org> wrote:
[AspectRatio] Add parsing support for aspect-ratio: X / Y
Does not use the property in layout yet.
https://drafts.csswg.org/css-sizing-4/#aspect-ratio
Bug: 1045668
Change-Id: I1c6411faaf7eec6c7dc041da5b7e481fb34fe030
Reviewed-on: https://chromium-review.googlesource.com/2122430
WPT-Export-Revision: 57143c555287d9c1841a5be728363f25f80475c3
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 50 tests
Status Summary
Firefox
OK : 3
PASS: 8[GitHub] 55[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-asan-opt, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt]
FAIL: 9
Chrome
OK : 3
PASS: 8
FAIL: 9
Safari
OK : 3
PASS: 8
FAIL: 9
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/css-sizing/aspect-ratio/parsing/contain-intrinsic-size-valid.html
e.style['aspect-ratio'] = "16/ 9" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['aspect-ratio'] = "16 /9" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['aspect-ratio'] = "16 / 9" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['aspect-ratio'] = "auto" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['aspect-ratio'] = "16/9" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-sizing/aspect-ratio/parsing/contain-intrinsic-size-computed.html
Property aspect-ratio value '16/9': FAIL (Chrome: FAIL, Safari: FAIL)
Property aspect-ratio value '16 / 9': FAIL (Chrome: FAIL, Safari: FAIL)
Property aspect-ratio value '1 / 1': FAIL (Chrome: FAIL, Safari: FAIL)
Property aspect-ratio value 'auto': FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3947c119e121
https://hg.mozilla.org/mozilla-central/rev/672691a8e2a7
Description
•