summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/events/scrolling
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/dom/events/scrolling')
-rw-r--r--testing/web-platform/meta/dom/events/scrolling/overscroll-event-fired-to-scrolled-element.html.ini10
-rw-r--r--testing/web-platform/meta/dom/events/scrolling/scrollend-event-fired-to-window.html.ini1
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.]