Open
Bug 1557168
Opened 6 years ago
Updated 2 years ago
[wpt-sync] Sync PR 17197 - Fix table OOF sizing
Categories
(Core :: CSS Parsing and Computation, defect, P4)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 17197 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/17197
Details from upstream follow.
Aleks Totic <atotic@chromium.org> wrote:
Fix table OOF sizing
Absolutely positioned table does not use oof algorithm to compute
its width. It uses standard table algorithm instead.This patch fixes Legacy code so that tables use OOF algorithm.
Bug: 968788
Change-Id: Ifaa1d4799d137d6fee4b1d41e181aa439556ac3b
Reviewed-on: https://chromium-review.googlesource.com/1644158
WPT-Export-Revision: 8aa0551784e6f03e5a2c55a273f8ab3ade03fbf6
Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=17655cd402230cb15e423ecd8f3c15672bdcad79
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=1e0733ec9295d947e380f3511fe9a6458ab7963a
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•