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

Side by Side Diff: third_party/WebKit/Source/web/tests/data/custom-scrollbar-dcheck-failed-when-paint-scroll-corner.html

Issue 2741223002: Use correct ScrollbarTheme to paintScrollCorner (Closed)
Patch Set: Created 3 years, 9 months 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
3 <style type="text/css">
4 ::-webkit-scrollbar {
5 width: 16px;
6 height: 16px;
7 overflow: visible;
8 }
9
10 div {
11 width: 1000px;
12 }
13 </style>
14
15 <div style="position: absolute; top: 1000px;">
16 end
17 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698