[wpt-sync] Sync PR 32523 - Check the end of the tree in |ShouldInsertSpaceBetweenObjectsIfNeeded|
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox98 fixed)
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32523 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32523
Details from upstream follow.
Koji Ishii <kojii@chromium.org> wrote:
Check the end of the tree in |ShouldInsertSpaceBetweenObjectsIfNeeded|
r927109 crrev.com/c/3185560 added a traversal to find block-
in-inline between |previous| and |next|, but there is a case
where |next| is not found by the DFS traversal.This patch breaks the loop when it hits the end of the tree.
Bug: 1290123
Change-Id: I9d036de75bc6ae22b9c12185d940d059e781a2ebReviewed-on: https://chromium-review.googlesource.com/3414179
WPT-Export-Revision: 0ffc45c29c30ddba1782588d93428aff47fe9d93
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 1 tests
Status Summary
Firefox
TIMEOUT: 1
Chrome
TIMEOUT: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/CSS2/normal-flow/crashtests/block-in-inline-ax-crash.html: TIMEOUT (Chrome: TIMEOUT)
Comment 3•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/422db88ee7cf
https://hg.mozilla.org/mozilla-central/rev/0cbf3bf4e02f
Description
•