[wpt-sync] Sync PR 43564 - Reset softnav_painted_area_ when a new soft nav is about to happen
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox123 fixed)
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43564 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43564
Details from upstream follow.
Hao Liu <haoliuk@chromium.org> wrote:
Reset softnav_painted_area_ when a new soft nav is about to happen
This is reset the softnav_painted_area_ when a new potential soft nav
is about to happen.The image used in dropped-entries.tentative.html is changed for a
small one. That test adds the image 52 times to verify that entries
are dropped once the buffer is full. Small image is less like to
cause timeout which is seen in one dry run. The timeout is not related
to the change in this CL.Change-Id: I6bff75e1b2e32d35fccc16b6b519eca66bf0ac59
Reviewed-on: https://chromium-review.googlesource.com/5097529
WPT-Export-Revision: 1232d2157d63302553055d6d04df0a2f60e9f120
Assignee | ||
Updated•11 months ago
|
Assignee | ||
Updated•11 months ago
|
Assignee | ||
Comment 1•11 months ago
|
||
Assignee | ||
Comment 2•11 months ago
|
||
CI Results
Ran 8 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
TIMEOUT
: 2[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-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 4[GitHub]
Chrome
OK
: 2
PASS
: 1
FAIL
: 1
Safari
TIMEOUT
: 4
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]:
SKIP
[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-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-2009-qr-opt
,Gecko-windows11-64-2009-qr-debug
,Gecko-windows11-64-2009-qr-opt
],TIMEOUT
[GitHub
] (Chrome:OK
, Safari:TIMEOUT
)- Detect simple soft navigation.:
TIMEOUT
(Chrome:PASS
, Safari:TIMEOUT
)
- Detect simple soft navigation.:
- /soft-navigation-heuristics/softnav-painted-area-is-reset.tentative.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- soft nav paitned area should be reset so that under threshold soft nav painted area would not trigger a soft navigation.:
TIMEOUT
(Chrome:FAIL
, Safari:TIMEOUT
)
- soft nav paitned area should be reset so that under threshold soft nav painted area would not trigger a soft navigation.:
Tests Disabled in Gecko Infrastructure
- /soft-navigation-heuristics/dropped-entries.tentative.html [wpt.fyi]:
SKIP
[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-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-2009-qr-opt
,Gecko-windows11-64-2009-qr-debug
,Gecko-windows11-64-2009-qr-opt
],TIMEOUT
[GitHub
] (Chrome:OK
, Safari:TIMEOUT
)
Comment 5•11 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c7f16290bf7e
https://hg.mozilla.org/mozilla-central/rev/19770c6b4b74
Description
•