From a90a5cba08fdf6c0ceb95101c275108a152a3aed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:37 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- .../sticky/position-sticky-left-004.html | 37 +++++++++++++++++++ .../sticky/position-sticky-left-005.html | 38 ++++++++++++++++++++ .../sticky/position-sticky-left-006.html | 38 ++++++++++++++++++++ .../sticky/position-sticky-margins-002.html | 38 ++++++++++++++++++++ .../sticky/position-sticky-margins-003.html | 36 +++++++++++++++++++ ...osition-sticky-scrolled-remove-sibling-002.html | 42 ++++++++++++++++++++++ .../sticky/position-sticky-top-004.html | 37 +++++++++++++++++++ .../sticky/position-sticky-top-005.html | 38 ++++++++++++++++++++ .../sticky/position-sticky-top-006.html | 38 ++++++++++++++++++++ 9 files changed, 342 insertions(+) create mode 100644 testing/web-platform/tests/css/css-position/sticky/position-sticky-left-004.html create mode 100644 testing/web-platform/tests/css/css-position/sticky/position-sticky-left-005.html create mode 100644 testing/web-platform/tests/css/css-position/sticky/position-sticky-left-006.html create mode 100644 testing/web-platform/tests/css/css-position/sticky/position-sticky-margins-002.html create mode 100644 testing/web-platform/tests/css/css-position/sticky/position-sticky-margins-003.html create mode 100644 testing/web-platform/tests/css/css-position/sticky/position-sticky-scrolled-remove-sibling-002.html create mode 100644 testing/web-platform/tests/css/css-position/sticky/position-sticky-top-004.html create mode 100644 testing/web-platform/tests/css/css-position/sticky/position-sticky-top-005.html create mode 100644 testing/web-platform/tests/css/css-position/sticky/position-sticky-top-006.html (limited to 'testing/web-platform/tests/css/css-position') diff --git a/testing/web-platform/tests/css/css-position/sticky/position-sticky-left-004.html b/testing/web-platform/tests/css/css-position/sticky/position-sticky-left-004.html new file mode 100644 index 0000000000..79188e84b0 --- /dev/null +++ b/testing/web-platform/tests/css/css-position/sticky/position-sticky-left-004.html @@ -0,0 +1,37 @@ + + +CSS Position Test: Test position:sticky element with 100% left in a block container + + + + + + + + + + +

Test passes if there is a filled green square and no red.

+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-position/sticky/position-sticky-left-005.html b/testing/web-platform/tests/css/css-position/sticky/position-sticky-left-005.html new file mode 100644 index 0000000000..b029e59363 --- /dev/null +++ b/testing/web-platform/tests/css/css-position/sticky/position-sticky-left-005.html @@ -0,0 +1,38 @@ + + +CSS Position Test: Test position:sticky element with 100% left in a grid container + + + + + + + + + + +

Test passes if there is a filled green square and no red.

+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-position/sticky/position-sticky-left-006.html b/testing/web-platform/tests/css/css-position/sticky/position-sticky-left-006.html new file mode 100644 index 0000000000..63fa1ebfd8 --- /dev/null +++ b/testing/web-platform/tests/css/css-position/sticky/position-sticky-left-006.html @@ -0,0 +1,38 @@ + + +CSS Position Test: Test position:sticky element with 100% left in a flex container + + + + + + + + + + +

Test passes if there is a filled green square and no red.

+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-position/sticky/position-sticky-margins-002.html b/testing/web-platform/tests/css/css-position/sticky/position-sticky-margins-002.html new file mode 100644 index 0000000000..29833ccae0 --- /dev/null +++ b/testing/web-platform/tests/css/css-position/sticky/position-sticky-margins-002.html @@ -0,0 +1,38 @@ + + +CSS Position Test: Test position:sticky element with auto margin in flex container + + + + + + + + + +

Test passes if there is a filled green square and no red.

+
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-position/sticky/position-sticky-margins-003.html b/testing/web-platform/tests/css/css-position/sticky/position-sticky-margins-003.html new file mode 100644 index 0000000000..2bc1a3ef25 --- /dev/null +++ b/testing/web-platform/tests/css/css-position/sticky/position-sticky-margins-003.html @@ -0,0 +1,36 @@ + + +CSS Position Test: Test position:sticky element with auto margin in block container + + + + + + + + + +

Test passes if there is a filled green square and no red.

+
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-position/sticky/position-sticky-scrolled-remove-sibling-002.html b/testing/web-platform/tests/css/css-position/sticky/position-sticky-scrolled-remove-sibling-002.html new file mode 100644 index 0000000000..870efa417c --- /dev/null +++ b/testing/web-platform/tests/css/css-position/sticky/position-sticky-scrolled-remove-sibling-002.html @@ -0,0 +1,42 @@ + + + + + + + + + + + +

Test passes if there is a filled green square and no red.

+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-position/sticky/position-sticky-top-004.html b/testing/web-platform/tests/css/css-position/sticky/position-sticky-top-004.html new file mode 100644 index 0000000000..bf0b87ab36 --- /dev/null +++ b/testing/web-platform/tests/css/css-position/sticky/position-sticky-top-004.html @@ -0,0 +1,37 @@ + + +CSS Position Test: Test position:sticky element with 100% top in a block container + + + + + + + + + + +

Test passes if there is a filled green square and no red.

+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-position/sticky/position-sticky-top-005.html b/testing/web-platform/tests/css/css-position/sticky/position-sticky-top-005.html new file mode 100644 index 0000000000..5f76a722b5 --- /dev/null +++ b/testing/web-platform/tests/css/css-position/sticky/position-sticky-top-005.html @@ -0,0 +1,38 @@ + + +CSS Position Test: Test position:sticky element with 100% top in a grid container + + + + + + + + + + +

Test passes if there is a filled green square and no red.

+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-position/sticky/position-sticky-top-006.html b/testing/web-platform/tests/css/css-position/sticky/position-sticky-top-006.html new file mode 100644 index 0000000000..4ac5310bf3 --- /dev/null +++ b/testing/web-platform/tests/css/css-position/sticky/position-sticky-top-006.html @@ -0,0 +1,38 @@ + + +CSS Position Test: Test position:sticky element with 100% top in a flex container + + + + + + + + + + +

Test passes if there is a filled green square and no red.

+
+
+
+ + -- cgit v1.2.3