diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
commit | 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch) | |
tree | a4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /testing/web-platform/meta/dom/events/scrolling | |
parent | Adding debian version 124.0.1-1. (diff) | |
download | firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip |
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/dom/events/scrolling')
2 files changed, 9 insertions, 2 deletions
diff --git a/testing/web-platform/meta/dom/events/scrolling/overscroll-event-fired-to-scrolled-element.html.ini b/testing/web-platform/meta/dom/events/scrolling/overscroll-event-fired-to-scrolled-element.html.ini index 55dcbab78d..4aea02d928 100644 --- a/testing/web-platform/meta/dom/events/scrolling/overscroll-event-fired-to-scrolled-element.html.ini +++ b/testing/web-platform/meta/dom/events/scrolling/overscroll-event-fired-to-scrolled-element.html.ini @@ -1,3 +1,11 @@ [overscroll-event-fired-to-scrolled-element.html] + expected: + if (os == "win") and not debug: TIMEOUT + if (os == "linux") and not debug: TIMEOUT + if os == "mac": TIMEOUT [Tests that the scrolled element gets overscroll event after fully scrolling by touch.] - expected: FAIL + expected: + if (os == "win") and debug: FAIL + if (os == "linux") and debug: FAIL + if os == "android": FAIL + TIMEOUT diff --git a/testing/web-platform/meta/dom/events/scrolling/scrollend-event-fired-to-window.html.ini b/testing/web-platform/meta/dom/events/scrolling/scrollend-event-fired-to-window.html.ini index 9ae4e9ca6b..835d80f054 100644 --- a/testing/web-platform/meta/dom/events/scrolling/scrollend-event-fired-to-window.html.ini +++ b/testing/web-platform/meta/dom/events/scrolling/scrollend-event-fired-to-window.html.ini @@ -1,6 +1,5 @@ [scrollend-event-fired-to-window.html] expected: - if (os == "win") and ccov: OK if (os == "linux") and not debug: [OK, TIMEOUT] TIMEOUT [Tests that the window gets scrollend event when no element scrolls after touch scrolling.] |