chromium/third_party/blink/renderer/core/testing/data/popup/select_rtl_width.html

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
</head>
<body>
<select autofocus>
    <option dir="ltr">بحث کاربر</option>
    <option dir="rtl">بحث کاربر</option>
</select>
</body>
</html>