[wpt-sync] Sync PR 27213 - [TablesNG] Fix background painting for COLGROUP/COL with span attribute
Categories
(Core :: Layout: Tables, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox86 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 27213 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27213
Details from upstream follow.
b'Aleks Totic <atotic@chromium.org>' wrote:
[TablesNG] Fix background painting for COLGROUP/COL with span attribute
Span attribute means that COL/COLGROUP span multiple columns.
Old code incorrectly defined background geometry separately
for each column.
This happened because I just ported handling of "width".
width attribute applies to each column within COL/COLGROUP.New behavior is intuitive, and matches FF.
Change-Id: Ibdd397825ed363de2695f4ff43dd8dd4df065357
Reviewed-on: https://chromium-review.googlesource.com/2633438
WPT-Export-Revision: 76aeb647b26bf0dd4aa219dc5816a5352d73d590
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
| Assignee | ||
Comment 4•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
FAIL: 1
Safari
FAIL: 1
Links
Comment 6•5 years ago
|
||
| bugherder | ||
Description
•