| Index: LayoutTests/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl.html b/LayoutTests/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl.html
|
| deleted file mode 100644
|
| index 7ebf1ff77024b9ee5cc53af5b7d08548d7e7875a..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl.html
|
| +++ /dev/null
|
| @@ -1,44 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<script>
|
| -window.enablePixelTesting = true;
|
| -</script>
|
| -<script src="../../../../../fast/js/resources/js-test-pre.js"></script>
|
| -<script src="../../../../../fast/forms/resources/picker-common.js"></script>
|
| -<script src="resources/suggestion-picker-common.js"></script>
|
| -</head>
|
| -<body dir="rtl" style="padding: 0 50px;">
|
| -<input type=date id=date list=suggestions>
|
| -<datalist id=suggestions>
|
| - <option label="Today">2012-01-01</option>
|
| - <option label="Tomorrow">2012-01-02</option>
|
| - <option>2012-01-03</option>
|
| - <option>2012-01-04</option>
|
| - <option>2012-01-05</option>
|
| - <option>2012-01-06</option>
|
| - <option>2012-01-07</option>
|
| - <option>2012-01-08</option>
|
| - <option>2012-01-09</option>
|
| - <option>2012-01-10</option>
|
| - <option>2012-01-11</option>
|
| - <option>2012-01-12</option>
|
| - <option>2012-01-13</option>
|
| - <option>2012-01-14</option>
|
| - <option>2012-01-15</option>
|
| - <option>2012-01-16</option>
|
| - <option>2012-01-17</option>
|
| - <option>2012-01-18</option>
|
| - <option>2012-01-19</option>
|
| - <option>2012-01-20</option>
|
| -</datalist>
|
| -
|
| -<p id="description" style="opacity: 0"></p>
|
| -<div id="console" style="opacity: 0"></div>
|
| -
|
| -<script>
|
| -openPicker(document.getElementById('date'), finishJSTest);
|
| -</script>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| -</body>
|
| -</html>
|
|
|