[wpt-sync] Sync PR 27762 - [TablesNG] Fix infinted width tables inside flexbox (AzureDevOps)
Categories
(Core :: Layout: Tables, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 27762 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27762
Details from upstream follow.
b'Aleks Totic <atotic@chromium.org>' wrote:
[TablesNG] Fix infinted width tables inside flexbox (AzureDevOps)
Fixed tables with %ge sizes had infinte minmax.max size.
Added wpt test.
Bug: 1181477
Change-Id: Ic105f292f9e14ac3bf898853cbeb74af0328dd3c
Reviewed-on: https://chromium-review.googlesource.com/2718436
WPT-Export-Revision: 5b11d62cadf4b7b3534c27ca28602ee99dbd788b
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 6 subtests
Status Summary
Firefox
OK : 1
PASS: 4
FAIL: 2
Chrome
OK : 1
PASS: 4
FAIL: 2
Safari
OK : 1
PASS: 3
FAIL: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/css-tables/tentative/table-fixed-minmax.html
table's max width inside flexbox width:max-content is not infinite: FAIL (Chrome: FAIL, Safari: FAIL)
table's max width inside grid width:max-content is not infinite: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ba8a53b82266
https://hg.mozilla.org/mozilla-central/rev/0765f1a6d743
Description
•