| Index: LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar.html b/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar.html
|
| deleted file mode 100644
|
| index 7763c3e0e1bbfa246001e4de87b9358e94bc0a35..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar.html
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<script>
|
| -window.enablePixelTesting = true;
|
| -if (window.internals)
|
| - internals.settings.setLangAttributeAwareFormControlUIEnabled(true);
|
| -</script>
|
| -<script src="../../../../../fast/js/resources/js-test-pre.js"></script>
|
| -<script src="../../../../../fast/forms/resources/picker-common.js"></script>
|
| -<script src="resources/calendar-picker-common.js"></script>
|
| -</head>
|
| -<body>
|
| -<input type=date id=date value="1800-05-12" lang="ar-AE">
|
| -
|
| -<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>
|
|
|