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

Unified Diff: LayoutTests/fast/forms/select-multiple-rtl.html

Issue 138543008: Vertical scrollbar width becomes zero in case of overlay scrollbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added NeedsRebaseline for Mac Created 6 years, 11 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/forms/select-multiple-rtl.html
diff --git a/LayoutTests/fast/forms/select-multiple-rtl.html b/LayoutTests/fast/forms/select-multiple-rtl.html
new file mode 100644
index 0000000000000000000000000000000000000000..cd63b0a01af4dbead4f88f39034433e98403386b
--- /dev/null
+++ b/LayoutTests/fast/forms/select-multiple-rtl.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+<body>
+ <span>Test for crbug.com/335285: On OS Mac, Options of a multiple select are shifted right in RTL mode.</span>
+ <div dir="rtl">
+ <select multiple="multiple" style="width: 200px;" size="6">
+ <option value="test1">Test 1</option>
+ <option value="test2">Test 2</option>
+ <option value="test3">Test 3</option>
+ <option value="test4">Test 4</option>
+ <option value="test5">Test 5</option>
+ </select>
+ </div>
+</body>
+</html>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/linux/fast/forms/select-multiple-rtl-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698