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 --- ...l-start-target-aligns-with-snap-align.tentative.html.ini | 3 +++ .../scroll-start-target-display-toggled.tentative.html.ini | 6 ++++++ .../scroll-start-target-nested-container.tentative.html.ini | 13 +++++++++++++ .../scroll-start-target-root.tentative.html.ini | 3 +++ .../scroll-start-target-rtl.tentative.html.ini | 3 +++ ...l-start-target-with-anchor-navigation.tentative.html.ini | 3 +++ .../scroll-start-target-with-scroll-snap.tentative.html.ini | 3 +++ ...l-start-target-with-scroll-start-root.tentative.html.ini | 3 +++ ...scroll-start-target-with-scroll-start.tentative.html.ini | 3 +++ ...-target-with-text-fragment-navigation.tentative.html.ini | 3 +++ ...-target-with-user-programmatic-scroll.tentative.html.ini | 6 ++++++ .../scroll-start-target.tentative.html.ini | 6 ++++++ 12 files changed, 55 insertions(+) create mode 100644 testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-aligns-with-snap-align.tentative.html.ini create mode 100644 testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-display-toggled.tentative.html.ini create mode 100644 testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-nested-container.tentative.html.ini create mode 100644 testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-root.tentative.html.ini create mode 100644 testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-rtl.tentative.html.ini create mode 100644 testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-anchor-navigation.tentative.html.ini create mode 100644 testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-scroll-snap.tentative.html.ini create mode 100644 testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-scroll-start-root.tentative.html.ini create mode 100644 testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-scroll-start.tentative.html.ini create mode 100644 testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-text-fragment-navigation.tentative.html.ini create mode 100644 testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-user-programmatic-scroll.tentative.html.ini create mode 100644 testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target.tentative.html.ini (limited to 'testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target') diff --git a/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-aligns-with-snap-align.tentative.html.ini b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-aligns-with-snap-align.tentative.html.ini new file mode 100644 index 0000000000..15875f3647 --- /dev/null +++ b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-aligns-with-snap-align.tentative.html.ini @@ -0,0 +1,3 @@ +[scroll-start-target-aligns-with-snap-align.tentative.html] + [scroll-start-target aligns with scroll-snap-align] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-display-toggled.tentative.html.ini b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-display-toggled.tentative.html.ini new file mode 100644 index 0000000000..f7717bc764 --- /dev/null +++ b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-display-toggled.tentative.html.ini @@ -0,0 +1,6 @@ +[scroll-start-target-display-toggled.tentative.html] + [display:block scroll-start-target becomes display: none] + expected: FAIL + + [display:none scroll-start-target becomes display: block] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-nested-container.tentative.html.ini b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-nested-container.tentative.html.ini new file mode 100644 index 0000000000..6c90d786c3 --- /dev/null +++ b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-nested-container.tentative.html.ini @@ -0,0 +1,13 @@ +[scroll-start-target-nested-container.tentative.html] + expected: ERROR + [display:none scroll-start-target becomes display:block] + expected: FAIL + + [intermediate overflow:visible container becomes overflow:scroll] + expected: FAIL + + [inner scroll-start-target takes precedence over outer] + expected: FAIL + + [scroll containers can also be scroll-start-targets] + expected: NOTRUN diff --git a/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-root.tentative.html.ini b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-root.tentative.html.ini new file mode 100644 index 0000000000..c6c476d744 --- /dev/null +++ b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-root.tentative.html.ini @@ -0,0 +1,3 @@ +[scroll-start-target-root.tentative.html] + [ CSS Scroll Snap 2 Test: scroll-start-target*] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-rtl.tentative.html.ini b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-rtl.tentative.html.ini new file mode 100644 index 0000000000..a3eadb6fd0 --- /dev/null +++ b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-rtl.tentative.html.ini @@ -0,0 +1,3 @@ +[scroll-start-target-rtl.tentative.html] + [scroll-start-target reflects vertical rtl writing mode.] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-anchor-navigation.tentative.html.ini b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-anchor-navigation.tentative.html.ini new file mode 100644 index 0000000000..4daaae9315 --- /dev/null +++ b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-anchor-navigation.tentative.html.ini @@ -0,0 +1,3 @@ +[scroll-start-target-with-anchor-navigation.tentative.html] + [scroll-start-target does not override anchor navigation.] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-scroll-snap.tentative.html.ini b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-scroll-snap.tentative.html.ini new file mode 100644 index 0000000000..dae7e3edc7 --- /dev/null +++ b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-scroll-snap.tentative.html.ini @@ -0,0 +1,3 @@ +[scroll-start-target-with-scroll-snap.tentative.html] + [ CSS Scroll Snap 2 Test: scroll-start-target*] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-scroll-start-root.tentative.html.ini b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-scroll-start-root.tentative.html.ini new file mode 100644 index 0000000000..52b6fabad2 --- /dev/null +++ b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-scroll-start-root.tentative.html.ini @@ -0,0 +1,3 @@ +[scroll-start-target-with-scroll-start-root.tentative.html] + [ CSS Scroll Snap 2 Test: scroll-start-target*] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-scroll-start.tentative.html.ini b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-scroll-start.tentative.html.ini new file mode 100644 index 0000000000..8492a5fc6a --- /dev/null +++ b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-scroll-start.tentative.html.ini @@ -0,0 +1,3 @@ +[scroll-start-target-with-scroll-start.tentative.html] + [ CSS Scroll Snap 2 Test: scroll-start-target*] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-text-fragment-navigation.tentative.html.ini b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-text-fragment-navigation.tentative.html.ini new file mode 100644 index 0000000000..5f36ec4087 --- /dev/null +++ b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-text-fragment-navigation.tentative.html.ini @@ -0,0 +1,3 @@ +[scroll-start-target-with-text-fragment-navigation.tentative.html] + [scroll-start doesn't override text fragment navigation] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-user-programmatic-scroll.tentative.html.ini b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-user-programmatic-scroll.tentative.html.ini new file mode 100644 index 0000000000..9ef4e906e9 --- /dev/null +++ b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target-with-user-programmatic-scroll.tentative.html.ini @@ -0,0 +1,6 @@ +[scroll-start-target-with-user-programmatic-scroll.tentative.html] + [scroll-start-target does not override user scroll] + expected: FAIL + + [scroll-start-target does not override programmatic scroll] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target.tentative.html.ini b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target.tentative.html.ini new file mode 100644 index 0000000000..54ac92689a --- /dev/null +++ b/testing/web-platform/meta/css/css-scroll-snap-2/scroll-start-target/scroll-start-target.tentative.html.ini @@ -0,0 +1,6 @@ +[scroll-start-target.tentative.html] + [ CSS Scroll Snap 2 Test: scroll-start-target*] + expected: FAIL + + [ CSS Scroll Snap 2 Test: scroll-start-target* 1] + expected: FAIL -- cgit v1.2.3