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

Unified Diff: LayoutTests/fast/scrolling/overlay-scrollbars.html

Issue 23480037: Fix RTL scroll bars being misrendered on Android. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: isLeftSideVerticalScrollbar Created 7 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/scrolling/overlay-scrollbars.html
diff --git a/LayoutTests/fast/scrolling/overlay-scrollbars.html b/LayoutTests/fast/scrolling/overlay-scrollbars.html
index db94e209a1e2ed82a7e11d9eb27a6c0647fb34b1..39ca3bd2998a862bfac10af0c36265006438d8c9 100644
--- a/LayoutTests/fast/scrolling/overlay-scrollbars.html
+++ b/LayoutTests/fast/scrolling/overlay-scrollbars.html
@@ -28,7 +28,11 @@ if (window.internals) {
<body>
<p>You should see 2 green boxes with overlay scrollbars. The second box
should have a scrollbar on the left.</p>
+
<div class="container"><div class="box"></div></div>
<div dir="rtl" class="container"><div class="box"></div></div>
+
+<div class="container" style="overflow: scroll"></div>
+<div dir="rtl" class="container" style="overflow: scroll"></div>
</body>
</html>
« no previous file with comments | « no previous file | LayoutTests/fast/scrolling/overlay-scrollbars-expected.html » ('j') | Source/web/ScrollbarGroup.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698