Index: LayoutTests/scrollbars/custom-scrollbar-changing-style-relayout-scrollablearea-expected.html |
diff --git a/LayoutTests/scrollbars/custom-scrollbar-changing-style-relayout-scrollablearea-expected.html b/LayoutTests/scrollbars/custom-scrollbar-changing-style-relayout-scrollablearea-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..260b0ec026053090725e01d35c809f88cb898b2d |
--- /dev/null |
+++ b/LayoutTests/scrollbars/custom-scrollbar-changing-style-relayout-scrollablearea-expected.html |
@@ -0,0 +1,25 @@ |
+<!DOCTYPE html> |
+<style> |
+::-webkit-scrollbar { |
+ width: 200px |
+} |
+::-webkit-scrollbar-thumb { |
+ background: rgba(255,0,0,0.8); |
+} |
+div { |
+ overflow-y: scroll; |
+} |
+</style> |
+<div style="height:300px;width:300px"> |
+The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog |
+The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog |
+The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog |
+The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog |
+The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog |
+The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog |
+The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog |
+The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog |
+The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog |
+The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog |
+The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog |
+</div> |