| Index: third_party/WebKit/LayoutTests/fast/forms/select-multiple-rtl.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/select-multiple-rtl.html b/third_party/WebKit/LayoutTests/fast/forms/select-multiple-rtl.html
|
| deleted file mode 100644
|
| index cd63b0a01af4dbead4f88f39034433e98403386b..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/select-multiple-rtl.html
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<!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>
|
|
|