[wpt-sync] Sync PR 36223 - Reset LCP sizes on soft navigations
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox108 fixed)
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 36223 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/36223
Details from upstream follow.
Yoav Weiss <yoavweiss@chromium.org> wrote:
Reset LCP sizes on soft navigations
The current soft navigation LCP implementation restarts LCP tracking,
but does not reset older LCP values. As a result, only the largest
paints (since the hard navigation) are counted as soft navigation LCP.
That's not what we want. This CL fixes that.Bug: 1369516
Change-Id: Ib42701699181abebcb4a345ad4cf5235f2d7d777
Reviewed-on: https://chromium-review.googlesource.com/3930137
WPT-Export-Revision: eaabfedbcdb07df6a3048f324c421609c1c5f9df
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Comment 4•2 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 10 tests and 1 subtests
Status Summary
Firefox
TIMEOUT
: 18[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-isolated-process-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-32-2004-qr-opt, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] 20[GitHub]
Chrome
OK
: 9
PASS
: 1
FAIL
: 8
TIMEOUT
: 2
Safari
TIMEOUT
: 20
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /soft-navigation-heuristics/dropped-entries.tentative.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- Test that a soft navigation is detected when the click is done on a custom element.:
TIMEOUT
(Chrome:PASS
, Safari:TIMEOUT
)
- Test that a soft navigation is detected when the click is done on a custom element.:
- /soft-navigation-heuristics/image-lcp-followed-by-image-softnav-lcp.tentative.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- Test that an image LCP followup by a smaller soft navigation image LCP properly queues an LCP entry:
TIMEOUT
(Chrome:FAIL
, Safari:TIMEOUT
)
- Test that an image LCP followup by a smaller soft navigation image LCP properly queues an LCP entry:
- /soft-navigation-heuristics/image-lcp-followed-by-text-softnav-lcp.tentative.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- Test that an image LCP followup by a smaller soft navigation text LCP properly queues an LCP entry:
TIMEOUT
(Chrome:FAIL
, Safari:TIMEOUT
)
- Test that an image LCP followup by a smaller soft navigation text LCP properly queues an LCP entry:
- /soft-navigation-heuristics/soft-navigation-detection-main-descendent.tentative.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- Test that a soft navigation is detected even when DOM change is done on a main descendent:
TIMEOUT
(Chrome:FAIL
, Safari:TIMEOUT
)
- Test that a soft navigation is detected even when DOM change is done on a main descendent:
- /soft-navigation-heuristics/soft-navigation-detection-web-component-lifecycle.tentative.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- Test that a soft navigation is detected when the click is done on a custom element.:
TIMEOUT
(Chrome:FAIL
, Safari:TIMEOUT
)
- Test that a soft navigation is detected when the click is done on a custom element.:
- /soft-navigation-heuristics/soft-navigation-detection.tentative.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- Test that a soft navigation is detected:
TIMEOUT
(Chrome:FAIL
, Safari:TIMEOUT
)
- Test that a soft navigation is detected:
- /soft-navigation-heuristics/soft-navigation-no-url.tentative.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- Test that a soft navigation is detected:
TIMEOUT
(Chrome:FAIL
, Safari:TIMEOUT
)
- Test that a soft navigation is detected:
- /soft-navigation-heuristics/text-lcp-followed-by-image-softnav-lcp.tentative.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- Test that a text LCP followup by a smaller soft navigation image LCP properly queues an LCP entry:
TIMEOUT
(Chrome:FAIL
, Safari:TIMEOUT
)
- Test that a text LCP followup by a smaller soft navigation image LCP properly queues an LCP entry:
- /soft-navigation-heuristics/text-lcp-followed-by-text-softnav-lcp.tentative.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- Test that a text LCP followup by a smaller soft navigation text LCP properly queues an LCP entry:
TIMEOUT
(Chrome:FAIL
, Safari:TIMEOUT
)
- Test that a text LCP followup by a smaller soft navigation text LCP properly queues an LCP entry:
- /soft-navigation-heuristics/soft-navigation-detection-non-main.tentative.html [wpt.fyi]:
TIMEOUT
(Chrome:TIMEOUT
, Safari:TIMEOUT
)- Test that a soft navigation is detected on a non-main element:
TIMEOUT
(Chrome:TIMEOUT
, Safari:TIMEOUT
)
- Test that a soft navigation is detected on a non-main element:
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/311929f9e300
https://hg.mozilla.org/mozilla-central/rev/41e2adc638df
Description
•