diff options
Diffstat (limited to 'testing/web-platform/meta/dom/events/scrolling/scrollend-event-fired-to-window.html.ini')
-rw-r--r-- | testing/web-platform/meta/dom/events/scrolling/scrollend-event-fired-to-window.html.ini | 16 |
1 files changed, 16 insertions, 0 deletions
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 new file mode 100644 index 0000000000..28f46b3076 --- /dev/null +++ b/testing/web-platform/meta/dom/events/scrolling/scrollend-event-fired-to-window.html.ini @@ -0,0 +1,16 @@ +[scrollend-event-fired-to-window.html] + expected: + if (os == "win") and ccov: OK + if (os == "linux") and not debug: [OK, TIMEOUT] + [Tests that the window gets scrollend event when no element scrolls after touch scrolling.] + expected: + if (os == "win") and ccov: FAIL + if not debug and (os == "linux") and (processor == "x86_64") and not fission: [TIMEOUT, FAIL] + if not debug and (os == "linux") and (processor == "x86_64") and fission: [TIMEOUT, FAIL] + if not debug and (os == "linux") and (processor == "x86"): [TIMEOUT, FAIL] + if not debug and (os == "win"): TIMEOUT + if not debug and (os == "mac"): TIMEOUT + FAIL + + [testing, vertical] + expected: FAIL |