[wpt-sync] Sync PR 27537 - [TablesNG] clusterfuzz: inconstistent NG/Legacy tree
Categories
(Core :: Layout: Tables, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox87 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 27537 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27537
Details from upstream follow.
b'Aleks Totic <atotic@chromium.org>' wrote:
[TablesNG] clusterfuzz: inconstistent NG/Legacy tree
When:
- DIALOG has display:table-row-group
- DIALOG is forced into Legacy layout.
- DIALOG gets shown with showModal.
We end up with a
LayoutNGTable
LayoutTableSectionThis is because CreateAnonymousTableWithParent gets a hint
of whether it should be NG or Legacy from parent (#document),
and not its future child (LayoutTableSection).Fix: pass through a variable to force legacy if needed.
Bug: 1175222
Change-Id: I7898f70f9a8d98797d4289bb3050c82514010033
Reviewed-on: https://chromium-review.googlesource.com/2683044
WPT-Export-Revision: 107f63116ba89623b60c7ebc37188252a6eabe4b
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 14 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS: 1
Chrome
PASS: 1
Safari
PASS: 1
Links
Comment 5•5 years ago
|
||
| bugherder | ||
Description
•