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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 ::-webkit-scrollbar {
4 width: 200px
5 }
6 ::-webkit-scrollbar-thumb {
7 background: rgba(255,0,0,0.8);
8 }
9 div {
10 overflow-y: scroll;
11 }
12 </style>
13 <div style="height:300px;width:300px">
14 The quick brown fox jumps over the lazy dog The quick brown fox jumps over the l azy dog
15 The quick brown fox jumps over the lazy dog The quick brown fox jumps over the l azy dog
16 The quick brown fox jumps over the lazy dog The quick brown fox jumps over the l azy dog
17 The quick brown fox jumps over the lazy dog The quick brown fox jumps over the l azy dog
18 The quick brown fox jumps over the lazy dog The quick brown fox jumps over the l azy dog
19 The quick brown fox jumps over the lazy dog The quick brown fox jumps over the l azy dog
20 The quick brown fox jumps over the lazy dog The quick brown fox jumps over the l azy dog
21 The quick brown fox jumps over the lazy dog The quick brown fox jumps over the l azy dog
22 The quick brown fox jumps over the lazy dog The quick brown fox jumps over the l azy dog
23 The quick brown fox jumps over the lazy dog The quick brown fox jumps over the l azy dog
24 The quick brown fox jumps over the lazy dog The quick brown fox jumps over the l azy dog
25 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698