Closed
Bug 1687556
Opened 5 years ago
Closed 5 years ago
[wpt-sync] Sync PR 27245 - [TablesNG]] Fix DCHECKs when painting rows/sections with absolute children
Categories
(Core :: Layout: Positioned, task, P4)
Core
Layout: Positioned
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 27245 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27245
Details from upstream follow.
b'Aleks Totic <atotic@chromium.org>' wrote:
[TablesNG]] Fix DCHECKs when painting rows/sections with absolute children
Painting code assument that:
- all child fragments of a section are rows
- all child fragments of a row are cells
This is not true when row/section is a absolute container.
Modified wpt test to trigger the crash
Change-Id: Ife8102412a2ef3f2d5bae07a6031739759c3c994
Reviewed-on: https://chromium-review.googlesource.com/2636881
WPT-Export-Revision: d22afdfeee9a98aa60c0271f8268ed1bb68c4387
Assignee | ||
Updated•5 years ago
|
Component: web-platform-tests → Layout: Positioned
Product: Testing → Core
Assignee | ||
Comment 1•5 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=9af13d240c1c1a6b7fde323e5868b7c8b822264c
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
FAIL: 1
Safari
FAIL: 1
Links
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9087c21e5a91
[wpt PR 27245] - [TablesNG] Fix DCHECKs when painting rows/sections with absolute children, a=testonly
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•