[wpt-sync] Sync PR 36362 - Set soft navigation startTime to the click event start
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 36362 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/36362
Details from upstream follow.
Yoav Weiss <yoavweiss@chromium.org> wrote:
Set soft navigation startTime to the click event start
Currently the startTime for a SoftNavigationEntry is the timestamp when
the entry was emitted, which isn't useful.This CL modifies that to a more useful timestamp - right before the
click event was fired by the renderer.Bug: 1369680
Change-Id: I79c7f7c4918e6ec36663788e233a877ad38487bb
Reviewed-on: https://chromium-review.googlesource.com/3935053
WPT-Export-Revision: 6785cf82ce9926d8e477c5a71caa171ba4090b1a
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•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
: 10
FAIL
: 10
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:FAIL
, 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:OK
, Safari:TIMEOUT
)- Test that a soft navigation is detected on a non-main element:
TIMEOUT
(Chrome:FAIL
, Safari:TIMEOUT
)
- Test that a soft navigation is detected on a non-main element:
Comment 5•2 years ago
|
||
bugherder |
Description
•