From de13fffa4e65e8f609c84e2d4469f6df9e4f6efb Mon Sep 17 00:00:00 2001 From: Luke Warlow Date: Mon, 19 Jun 2023 20:06:37 +0000 Subject: [PATCH] Bug 1835529 [wpt PR 40276] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=257052, a=testonly Automatic update from web-platform-tests WebKit export of https://bugs.webkit.org/show_bug.cgi?id=257052 -- wpt-commits: 99aa8d11fe3707daf945509451686c1d88e9bd8d wpt-pr: 40276 --- .../css/css-scrollbars/scrollbar-color-001.html | 62 +++++++++++ .../css/css-scrollbars/scrollbar-color-002.html | 55 ++++++++++ .../css/css-scrollbars/scrollbar-color-003.html | 89 ++++++++++++++++ .../css/css-scrollbars/scrollbar-color-004.html | 60 +++++++++++ .../css/css-scrollbars/scrollbar-color-005.html | 60 +++++++++++ .../css/css-scrollbars/scrollbar-width-010.html | 62 +++++++++++ .../css/css-scrollbars/scrollbar-width-011.html | 55 ++++++++++ .../css/css-scrollbars/scrollbar-width-012.html | 56 ++++++++++ .../css/css-scrollbars/scrollbar-width-013.html | 55 ++++++++++ .../css/css-scrollbars/scrollbar-width-014.html | 55 ++++++++++ .../css/css-scrollbars/scrollbar-width-015.html | 87 ++++++++++++++++ .../css/css-scrollbars/scrollbar-width-016.html | 114 +++++++++++++++++++++ 12 files changed, 810 insertions(+) create mode 100644 testing/web-platform/tests/css/css-scrollbars/scrollbar-color-001.html create mode 100644 testing/web-platform/tests/css/css-scrollbars/scrollbar-color-002.html create mode 100644 testing/web-platform/tests/css/css-scrollbars/scrollbar-color-003.html create mode 100644 testing/web-platform/tests/css/css-scrollbars/scrollbar-color-004.html create mode 100644 testing/web-platform/tests/css/css-scrollbars/scrollbar-color-005.html create mode 100644 testing/web-platform/tests/css/css-scrollbars/scrollbar-width-010.html create mode 100644 testing/web-platform/tests/css/css-scrollbars/scrollbar-width-011.html create mode 100644 testing/web-platform/tests/css/css-scrollbars/scrollbar-width-012.html create mode 100644 testing/web-platform/tests/css/css-scrollbars/scrollbar-width-013.html create mode 100644 testing/web-platform/tests/css/css-scrollbars/scrollbar-width-014.html create mode 100644 testing/web-platform/tests/css/css-scrollbars/scrollbar-width-015.html create mode 100644 testing/web-platform/tests/css/css-scrollbars/scrollbar-width-016.html diff --git a/testing/web-platform/tests/css/css-scrollbars/scrollbar-color-001.html b/testing/web-platform/tests/css/css-scrollbars/scrollbar-color-001.html new file mode 100644 index 000000000000..c05699093446 --- /dev/null +++ b/testing/web-platform/tests/css/css-scrollbars/scrollbar-color-001.html @@ -0,0 +1,62 @@ + + +CSS Scrollbars: scrollbar-color auto on the root defers to ::-webkit-scrollbar + + + + + + + + + +
+ +
+ + + diff --git a/testing/web-platform/tests/css/css-scrollbars/scrollbar-color-002.html b/testing/web-platform/tests/css/css-scrollbars/scrollbar-color-002.html new file mode 100644 index 000000000000..70bfa5586d98 --- /dev/null +++ b/testing/web-platform/tests/css/css-scrollbars/scrollbar-color-002.html @@ -0,0 +1,55 @@ + + +CSS Scrollbars: scrollbar-color non-auto on the root overrides ::-webkit-scrollbar + + + + + + + + + +
+ +
+ + + diff --git a/testing/web-platform/tests/css/css-scrollbars/scrollbar-color-003.html b/testing/web-platform/tests/css/css-scrollbars/scrollbar-color-003.html new file mode 100644 index 000000000000..3fb42bedeafc --- /dev/null +++ b/testing/web-platform/tests/css/css-scrollbars/scrollbar-color-003.html @@ -0,0 +1,89 @@ + + +CSS Scrollbars: scrollbar-color on scrollable areas correctly interacts with ::-webkit-scrollbar on container + + + + + + + + + + + Test scrollbar-color: vertical scrollbar + +
+
auto
+
+ +
+
themed
+
+ + diff --git a/testing/web-platform/tests/css/css-scrollbars/scrollbar-color-004.html b/testing/web-platform/tests/css/css-scrollbars/scrollbar-color-004.html new file mode 100644 index 000000000000..5932cc5d4e1b --- /dev/null +++ b/testing/web-platform/tests/css/css-scrollbars/scrollbar-color-004.html @@ -0,0 +1,60 @@ + + +CSS Scrollbars: scrollbar-color on body correctly interacts with ::-webkit-scrollbar + + + + + + + + + + + Test scrollbar-color: vertical scrollbar + +
+
themed
+
+ + diff --git a/testing/web-platform/tests/css/css-scrollbars/scrollbar-color-005.html b/testing/web-platform/tests/css/css-scrollbars/scrollbar-color-005.html new file mode 100644 index 000000000000..52d0027fba6e --- /dev/null +++ b/testing/web-platform/tests/css/css-scrollbars/scrollbar-color-005.html @@ -0,0 +1,60 @@ + + +CSS Scrollbars: scrollbar-color on body correctly interacts with ::-webkit-scrollbar on scrollable area + + + + + + + + + + + Test scrollbar-color: vertical scrollbar + +
+
themed
+
+ + diff --git a/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-010.html b/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-010.html new file mode 100644 index 000000000000..ea117030673b --- /dev/null +++ b/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-010.html @@ -0,0 +1,62 @@ + + +CSS Scrollbars: scrollbar-width auto on the root defers to ::-webkit-scrollbar on the root + + + + + + + + + +
+ +
+ + + diff --git a/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-011.html b/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-011.html new file mode 100644 index 000000000000..a5f60dc28b0c --- /dev/null +++ b/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-011.html @@ -0,0 +1,55 @@ + + +CSS Scrollbars: scrollbar-width thin on the root overrides ::-webkit-scrollbar on the root + + + + + + + + + +
+ +
+ + + diff --git a/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-012.html b/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-012.html new file mode 100644 index 000000000000..a685d6c05b8f --- /dev/null +++ b/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-012.html @@ -0,0 +1,56 @@ + + +CSS Scrollbars: scrollbar-width none on the root overrides ::-webkit-scrollbar on the root + + + + + + + + + +
+ +
+ + + diff --git a/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-013.html b/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-013.html new file mode 100644 index 000000000000..f6460a4797a6 --- /dev/null +++ b/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-013.html @@ -0,0 +1,55 @@ + + +CSS Scrollbars: scrollbar-width thin on the root overridess ::-webkit-scrollbar + + + + + + + + + +
+ +
+ + + diff --git a/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-014.html b/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-014.html new file mode 100644 index 000000000000..f737bc366023 --- /dev/null +++ b/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-014.html @@ -0,0 +1,55 @@ + + +CSS Scrollbars: scrollbar-width thin on the body doesn't override ::-webkit-scrollbar on root + + + + + + + + + +
+ +
+ + + diff --git a/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-015.html b/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-015.html new file mode 100644 index 000000000000..88a6af27bad2 --- /dev/null +++ b/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-015.html @@ -0,0 +1,87 @@ + + +CSS Scrollbars: scrollbar-width on scrollable areas correctly interacts with ::-webkit-scrollbar + + + + + + + + + + + Test scrollbar-width: vertical scrollbar + +
+
auto
+
+ +
+
thin
+
+ + diff --git a/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-016.html b/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-016.html new file mode 100644 index 000000000000..7d64131743f1 --- /dev/null +++ b/testing/web-platform/tests/css/css-scrollbars/scrollbar-width-016.html @@ -0,0 +1,114 @@ + + +CSS Scrollbars: scrollbar-width on scrollable areas correctly interacts with ::-webkit-scrollbar on container + + + + + + + + + + + Test scrollbar-width: vertical scrollbar + +
+
auto
+
+ +
+
thin
+
+ +
+
none
+
+ + -- 2.11.4.GIT