[wpt-sync] Sync PR 28255 - [TablesNG] Fix invalidation when COL is removed
Categories
(Core :: Layout: Tables, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 28255 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/28255
Details from upstream follow.
b'Aleks Totic <atotic@chromium.org>' wrote:
[TablesNG] Fix invalidation when COL is removed
Table invalidates the grid when a child is removed.
But, COLs are children of COLGROUP, and did
must explicitly invalidate containing table.Bug: 1191940
Change-Id: I1227bc01f5212a412db78fa1925be46479534230
Reviewed-on: https://chromium-review.googlesource.com/2787673
WPT-Export-Revision: adb4f7791bb69f605a00ff21a825722eaa92d3de
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 1 subtests
Status Summary
Firefox
OK : 1
FAIL: 1
Chrome
OK : 1
FAIL: 1
Safari
OK : 1
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/css-tables/col_removal.html
Table grid syncs after COL removal: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1fa4bfa1a139
https://hg.mozilla.org/mozilla-central/rev/914b33a99c93
Description
•