Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(518)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/select/listbox-bidi-align.html

Issue 1509853008: Move select/option/optgroup-related tests in fast/forms to fast/forms/select. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 2 <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
3 </head> 3 </head>
4 <body style="overflow: hidden;"> 4 <body style="overflow: hidden;">
5 This test verifies the visual alignment of items in a select element while chang ing text direction.<br> 5 This test verifies the visual alignment of items in a select element while chang ing text direction.<br>
6 All the items in the following select elements should be left-aligned. 6 All the items in the following select elements should be left-aligned.
7 <table> 7 <table>
8 <tr> 8 <tr>
9 <td><select size=3 dir=ltr> 9 <td><select size=3 dir=ltr>
10 <option>This is an English text</option> 10 <option>This is an English text</option>
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 136
137 <td><select size=3> 137 <td><select size=3>
138 <option>טקסט זה צריך להיות מיושר לשמאל</option> 138 <option>טקסט זה צריך להיות מיושר לשמאל</option>
139 <option dir=rtl>טקסט זה צריך להיות מיושר לימין</option> 139 <option dir=rtl>טקסט זה צריך להיות מיושר לימין</option>
140 <option style="text-align:center">טקסט ממורכז</option> 140 <option style="text-align:center">טקסט ממורכז</option>
141 </select></td> 141 </select></td>
142 </tr> 142 </tr>
143 </table> 143 </table>
144 </body> 144 </body>
145 </html> 145 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698