[wpt-sync] Sync PR 29369 - [wpt] Fix grid aspect-ratio tests.
Categories
(Core :: Layout, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox91 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 29369 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/29369
Details from upstream follow.
b'Ian Kilpatrick <ikilpatrick@chromium.org>' wrote:
[wpt] Fix grid aspect-ratio tests.
There two tests were asserting that "min-width: auto" would clamp the
inline-size to the available inline-size, even though we had a
transferred inline-size.(Firefox has the same behaviour as us if "min-width: 0").
This updates the tests to respect the transferred inline-size.Bug: 1203090
Change-Id: I02e10d3393f74cce0979b483629d1d6cea33d10d
Reviewed-on: https://chromium-review.googlesource.com/2961536
WPT-Export-Revision: 0ed821e7ff2d2a2b9c7de4600ad757946b27b0c8
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests
Status Summary
Firefox
FAIL: 2
Chrome
PASS: 2
Safari
PASS: 2
Links
Details
Firefox-only Failures
/css/css-sizing/aspect-ratio/grid-aspect-ratio-020.html: FAIL
/css/css-sizing/aspect-ratio/grid-aspect-ratio-021.html: FAIL
New Tests That Don't Pass
/css/css-sizing/aspect-ratio/grid-aspect-ratio-020.html: FAIL (Chrome: PASS, Safari: PASS)
/css/css-sizing/aspect-ratio/grid-aspect-ratio-021.html: FAIL (Chrome: PASS, Safari: PASS)
Comment 4•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/9b786d46d54f
https://hg.mozilla.org/mozilla-central/rev/2d7920eca832
Description
•