Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / popup / select_rtl_width.html
blob4b71c8803b48a28caf4c2ee3317bca58f9241bb2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 </head>
6 <body>
7 <select autofocus>
8 <option dir="ltr">بحث کاربر</option>
9 <option dir="rtl">بحث کاربر</option>
10 </select>
11 </body>
12 </html>