| Index: LayoutTests/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl.html b/LayoutTests/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl.html
|
| deleted file mode 100644
|
| index 83ed0a3c7c1defedc54adf9d89a734da086353c0..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/month-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=month id=month list=suggestions>
|
| -<datalist id=suggestions>
|
| - <option label="This Month">2012-01</option>
|
| - <option>2012-02</option>
|
| - <option>2012-03</option>
|
| - <option>2012-04</option>
|
| - <option>2012-05</option>
|
| - <option>2012-06</option>
|
| - <option>2012-07</option>
|
| - <option>2012-08</option>
|
| - <option>2012-09</option>
|
| - <option>2012-10</option>
|
| - <option>2012-11</option>
|
| - <option>2012-12</option>
|
| - <option>2013-01</option>
|
| - <option>2013-02</option>
|
| - <option>2013-03</option>
|
| - <option>2013-04</option>
|
| - <option>2013-05</option>
|
| - <option>2013-06</option>
|
| - <option>2013-07</option>
|
| - <option>2013-08</option>
|
| -</datalist>
|
| -
|
| -<p id="description" style="opacity: 0"></p>
|
| -<div id="console" style="opacity: 0"></div>
|
| -
|
| -<script>
|
| -openPicker(document.getElementById('month'), finishJSTest);
|
| -</script>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| -</body>
|
| -</html>
|
|
|