From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../web-platform/meta/css/css-overscroll-behavior/__dir__.ini | 2 ++ .../overscroll-behavior-logical.html.ini | 3 +++ .../css-overscroll-behavior/overscroll-behavior-root.html.ini | 8 ++++++++ .../css/css-overscroll-behavior/overscroll-behavior.html.ini | 11 +++++++++++ 4 files changed, 24 insertions(+) create mode 100644 testing/web-platform/meta/css/css-overscroll-behavior/__dir__.ini create mode 100644 testing/web-platform/meta/css/css-overscroll-behavior/overscroll-behavior-logical.html.ini create mode 100644 testing/web-platform/meta/css/css-overscroll-behavior/overscroll-behavior-root.html.ini create mode 100644 testing/web-platform/meta/css/css-overscroll-behavior/overscroll-behavior.html.ini (limited to 'testing/web-platform/meta/css/css-overscroll-behavior') 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 -- cgit v1.2.3