Index: LayoutTests/scrollbars/custom-scrollbar-changing-style-expected.html |
diff --git a/LayoutTests/scrollbars/custom-scrollbar-changing-style-expected.html b/LayoutTests/scrollbars/custom-scrollbar-changing-style-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e81444b1047ba4a8e7602c813b7b2c4ca5bfde99 |
--- /dev/null |
+++ b/LayoutTests/scrollbars/custom-scrollbar-changing-style-expected.html |
@@ -0,0 +1,14 @@ |
+<!DOCTYPE html> |
+<style> |
+::-webkit-scrollbar { |
+ height: 10px; |
+ width: 10px |
+} |
+::-webkit-scrollbar-thumb { |
+ background: rgba(13,53,178,0.8); |
+} |
+html { |
+ overflow-y: scroll; |
+} |
+</style> |
+<div style="height:700px"></div> |