chromium/third_party/blink/web_tests/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html

<!DOCTYPE html>
<meta name=fuzzy content="maxDifference=0-3; totalPixels=0-1000">
<html dir="rtl">
<script src="../../../resources/testdriver.js"></script>
<script src="../../../resources/testdriver-vendor.js"></script>
<script src="../resources/picker-common.js"></script>

<input type=date value="1800-12-31" required lang="ar-AE">

<script>
  window.onload = openPickerAppearanceOnly(document.querySelector('input'));
</script>