[wpt-sync] Sync PR 47843 - Remove feature LCPMultipleUpdatesPerElement
Categories
(Core :: DOM: Performance, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47843 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47843
Details from upstream follow.
Hao Liu <haoliuk@chromium.org> wrote:
Remove feature LCPMultipleUpdatesPerElement
This feature is to make the same element an LCP candidate again if it's
updated. It is added by this CL https://crrev.com/c/3924764. The
feature is never launched. We decided to remove it.The CL that added this features seems only makes text layout objects
eligible for LCP by short-circuiting the already-seen check. Images
are not touched, although the commit msg seems to hint otherwise.This CL removes the short-circuiting and modified the wpt.
Bug: 350536101
Change-Id: If0cb6ab99b488c1cc6ec7aff5ec3545ada49d39f
Reviewed-on: https://chromium-review.googlesource.com/5781764
WPT-Export-Revision: 9a227f95fe9769e81d4f4e0f9e10cd925023b536
Assignee | ||
Updated•3 months ago
|
Assignee | ||
Comment 1•3 months ago
|
||
Assignee | ||
Comment 2•3 months ago
|
||
CI Results
Ran 9 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
PASS
: 1
Chrome
OK
: 1
PASS
: 1
Safari
OK
: 1
FAIL
: 1
Links
Comment 4•3 months ago
|
||
bugherder |
Description
•