| Index: LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html b/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html
|
| deleted file mode 100644
|
| index 023c46a0ff47f30acfb3bebfa14e8c6844a8e9df..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.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="12345-05-12" lang="ru-ru">
|
| -
|
| -<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>
|
|
|