diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/css/css-overscroll-behavior | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/css/css-overscroll-behavior')
4 files changed, 24 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-overscroll-behavior/__dir__.ini b/testing/web-platform/meta/css/css-overscroll-behavior/__dir__.ini new file mode 100644 index 0000000000..6dd42701ef --- /dev/null +++ b/testing/web-platform/meta/css/css-overscroll-behavior/__dir__.ini @@ -0,0 +1,2 @@ +prefs: [layout.css.overscroll-behavior.enabled:true] +leak-threshold: [default:51200, tab:51200] diff --git a/testing/web-platform/meta/css/css-overscroll-behavior/overscroll-behavior-logical.html.ini b/testing/web-platform/meta/css/css-overscroll-behavior/overscroll-behavior-logical.html.ini new file mode 100644 index 0000000000..48702876ca --- /dev/null +++ b/testing/web-platform/meta/css/css-overscroll-behavior/overscroll-behavior-logical.html.ini @@ -0,0 +1,3 @@ +[overscroll-behavior-logical.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-overscroll-behavior/overscroll-behavior-root.html.ini b/testing/web-platform/meta/css/css-overscroll-behavior/overscroll-behavior-root.html.ini new file mode 100644 index 0000000000..cb61cbfb9b --- /dev/null +++ b/testing/web-platform/meta/css/css-overscroll-behavior/overscroll-behavior-root.html.ini @@ -0,0 +1,8 @@ +[overscroll-behavior-root.html] + prefs: [test.events.async.enabled:true] + [overscroll-behavior in root works] + expected: + if (os == "linux") and not debug and not tsan and not fission and asan: [PASS, FAIL] + if (os == "linux") and not debug and not tsan and fission: [PASS, FAIL] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL] + if os == "android": FAIL diff --git a/testing/web-platform/meta/css/css-overscroll-behavior/overscroll-behavior.html.ini b/testing/web-platform/meta/css/css-overscroll-behavior/overscroll-behavior.html.ini new file mode 100644 index 0000000000..b5636b22fe --- /dev/null +++ b/testing/web-platform/meta/css/css-overscroll-behavior/overscroll-behavior.html.ini @@ -0,0 +1,11 @@ +[overscroll-behavior.html] + prefs: [test.events.async.enabled:true] + [overscroll-behavior prevents scroll-propagation in the area and direction as specified] + expected: + if (os == "linux") and not debug and not asan and fission and tsan: [PASS, FAIL] + if (os == "linux") and not debug and not asan and fission and not tsan: [FAIL, PASS] + if (os == "linux") and not debug and not asan and not fission: [FAIL, PASS] + if (os == "linux") and not debug and asan: [PASS, FAIL] + if (os == "win") and not debug: [FAIL, PASS] + if (os == "mac") and not debug: [PASS, FAIL] + if os == "android": FAIL |