Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: LayoutTests/scrollbars/custom-scrollbar-changing-style-relayout-scrollablearea-expected.html

Issue 708283002: RLSA needsLayout on customscrollbar thickness change. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: added testcase Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698