summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/height-distribution/support/scrollbars.css
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-tables/height-distribution/support/scrollbars.css')
-rw-r--r--testing/web-platform/tests/css/css-tables/height-distribution/support/scrollbars.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-tables/height-distribution/support/scrollbars.css b/testing/web-platform/tests/css/css-tables/height-distribution/support/scrollbars.css
new file mode 100644
index 0000000000..7a6944e169
--- /dev/null
+++ b/testing/web-platform/tests/css/css-tables/height-distribution/support/scrollbars.css
@@ -0,0 +1,10 @@
+/* This makes the scrollbars visible on mac, both to humans and screenshots.*/
+
+::-webkit-scrollbar {
+ -webkit-appearance: none;
+}
+
+::-webkit-scrollbar-track {
+ background-color: #eee;
+ border-radius: 8px;
+}