flutter_flutter/engine/web/tests/data/popup/select_rtl_width.html
2014-10-23 11:17:19 -07:00

13 lines
215 B
HTML

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