[wpt-sync] Sync PR 27006 - [LayoutNG] Fix incorrect start offset for nested abspos
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 27006 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27006
Details from upstream follow.
b'Benjamin Beaudry <bebeaudr@microsoft.com>' wrote:
[LayoutNG] Fix incorrect start offset for nested abspos
In some specific cases, the offset of the innermost abspos was off by
exactly one fragmentainer block size. This CL fixes the issue.Bug: 1157086
Change-Id: I9ee621e11d7e411de56a8d8c3da1561d2eb1f7e7
Reviewed-on: https://chromium-review.googlesource.com/2602442
WPT-Export-Revision: 85fa2eb4f908029a46ea0e7d799ee1cc9f442616
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
FAIL: 1
Chrome
PASS: 1
Safari
PASS: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/css/css-break/out-of-flow-in-multicolumn-013.html: FAIL
New Tests That Don't Pass
/css/css-break/out-of-flow-in-multicolumn-013.html: FAIL (Chrome: PASS, Safari: PASS)
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9c404c0ad9b7
https://hg.mozilla.org/mozilla-central/rev/a36eda5c0a63
Description
•