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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/select/select-multiple-rtl.html

Issue 1509853008: Move select/option/optgroup-related tests in fast/forms to fast/forms/select. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <span>Test for crbug.com/335285: On OS Mac, Options of a multiple select are s hifted right in RTL mode.</span> 4 <span>Test for crbug.com/335285: On OS Mac, Options of a multiple select are s hifted right in RTL mode.</span>
5 <div dir="rtl"> 5 <div dir="rtl">
6 <select multiple="multiple" style="width: 200px;" size="6"> 6 <select multiple="multiple" style="width: 200px;" size="6">
7 <option value="test1">Test 1</option> 7 <option value="test1">Test 1</option>
8 <option value="test2">Test 2</option> 8 <option value="test2">Test 2</option>
9 <option value="test3">Test 3</option> 9 <option value="test3">Test 3</option>
10 <option value="test4">Test 4</option> 10 <option value="test4">Test 4</option>
11 <option value="test5">Test 5</option> 11 <option value="test5">Test 5</option>
12 </select> 12 </select>
13 </div> 13 </div>
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698